Include hidden files to upload coverage artifact (#1464)

This commit is contained in:
JonnyWong16 2024-09-08 17:07:32 -07:00 committed by GitHub
parent 2125b64b40
commit 23ffc01756
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,6 +204,7 @@ jobs:
if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure') if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure')
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
include-hidden-files: true
name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }} name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }}
path: .coverage path: .coverage