Skip to content

Commit 94860dd

Browse files
committed
Work around breaking changes in upload-artefact.
See <actions/upload-artifact#602>.
1 parent 6b9f0a8 commit 94860dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-coverage.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: bundle exec bake test
3636

3737
- uses: actions/upload-artifact@v4
38+
include-hidden-files: true
39+
if-no-files-found: error
3840
with:
3941
name: coverage-${{matrix.os}}-${{matrix.ruby}}
4042
path: .covered.db

0 commit comments

Comments
 (0)