mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Include hidden files to upload coverage artifact (#1464)
This commit is contained in:
parent
2125b64b40
commit
23ffc01756
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue