Skip to content

Commit 56c5441

Browse files
ci(tests): search for cov-reports in hidden files. (#11)
The upload-artifacts action won't upload hidden file by default. Force the inclusion of hidden files as it is required by merge-coverage. Trigger an error when no coverage report file is found.
1 parent bd31661 commit 56c5441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
with:
6262
name: coverage-${{ matrix.pixi_environment }}
6363
path: .coverage.${{ matrix.pixi_environment }}
64+
include-hidden-files: true
65+
if-no-files-found: error
6466

6567
merge-coverage:
6668
name: Merge the coverage reports from multiple coverages

0 commit comments

Comments
 (0)