Skip to content

Commit

Permalink
Update test.yml for artifacts v4.4.0 breaking change
Browse files Browse the repository at this point in the history
Sets `include-hidden-files` to true for coverage files.
  • Loading branch information
cbueth authored Sep 25, 2024
1 parent d9188c6 commit 9fdc114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
with:
name: coverage-${{ matrix.submodule.name }}
path: ".coverage.${{ matrix.submodule.name }}"
if-no-files-found: error
include-hidden-files: true

coverage:
name: Merge Coverage
Expand Down

0 comments on commit 9fdc114

Please sign in to comment.