Skip to content

Commit

Permalink
ci(tests): search for cov-reports in hidden files
Browse files Browse the repository at this point in the history
The upload-artifacts action won't upload hidden files by default.
Force the inclusion of hidden files as it is required by merge-coverage.
  • Loading branch information
Yannick-Dayer committed Sep 25, 2024
1 parent 855c79d commit 360d201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
# File renamed for this matrix element
name: coverage-${{ matrix.pixi_environment }}-${{ matrix.os }}
path: .coverage.${{ matrix.pixi_environment }}-${{ matrix.os }}
include-hidden-files: true
if-no-files-found: error

merge-coverage:
Expand Down

0 comments on commit 360d201

Please sign in to comment.