Skip to content

Commit 960e9a1

Browse files
authored
Update python-test.yml (#105)
This fixes the test CI workflow. Apparently, hidden files (like `.coverage*`) are excluded from artifact uploads now. This reverts that behavior using the `actions/upload-artifact`'s new input `include-hidden-files`.
1 parent 257539a commit 960e9a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
with:
4747
name: coverage-data-${{ runner.os }}
4848
path: .coverage*
49+
include-hidden-files: true
4950

5051
coverage-report:
5152
needs: [test]

0 commit comments

Comments
 (0)