Skip to content

Commit

Permalink
Enable include-hidden-files option for coverage upload
Browse files Browse the repository at this point in the history
This resolves an issue where the `.coverage.{python_version}` file was not
uploaded.

See actions/upload-artifact#602 and
https://hypothes-is.slack.com/archives/C4K6M7P5E/p1725285976308269.
  • Loading branch information
robertknight committed Sep 2, 2024
1 parent ea1bdd3 commit 87b6704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
with:
name: coverage
path: .coverage.*
include-hidden-files: true
Coverage:
needs: tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87b6704

Please sign in to comment.