We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
upload-artefact
1 parent 6b9f0a8 commit 0361015Copy full SHA for 0361015
.github/workflows/test-coverage.yaml
@@ -36,6 +36,8 @@ jobs:
36
37
- uses: actions/upload-artifact@v4
38
with:
39
+ include-hidden-files: true
40
+ if-no-files-found: error
41
name: coverage-${{matrix.os}}-${{matrix.ruby}}
42
path: .covered.db
43
0 commit comments