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 94860ddCopy full SHA for 94860dd
.github/workflows/test-coverage.yaml
@@ -35,6 +35,8 @@ jobs:
35
run: bundle exec bake test
36
37
- uses: actions/upload-artifact@v4
38
+ include-hidden-files: true
39
+ if-no-files-found: error
40
with:
41
name: coverage-${{matrix.os}}-${{matrix.ruby}}
42
path: .covered.db
0 commit comments