Skip to content

Commit

Permalink
Fix coverage reporting for upload-artifact@v4.4.0
Browse files Browse the repository at this point in the history
- Add `include-hidden-files` to upload hidden coverage files
  • Loading branch information
rmartin16 committed Sep 1, 2024
1 parent 479af6f commit ae03fa5
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 @@ -139,6 +139,7 @@ jobs:
name: core-coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
path: "core/.coverage.*"
if-no-files-found: error
include-hidden-files: true

core-coverage:
name: Coverage
Expand Down

0 comments on commit ae03fa5

Please sign in to comment.