Skip to content

Commit 0361015

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

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
@@ -36,6 +36,8 @@ jobs:
3636

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

0 commit comments

Comments
 (0)