Skip to content

Commit

Permalink
Update python-test.yml (#105)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
2bndy5 authored Sep 9, 2024
1 parent 257539a commit 960e9a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
name: coverage-data-${{ runner.os }}
path: .coverage*
include-hidden-files: true

coverage-report:
needs: [test]
Expand Down

0 comments on commit 960e9a1

Please sign in to comment.