Skip to content

Commit cbda939

Browse files
committed
Add selector to coverage name.
1 parent 4dab1c7 commit cbda939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- uses: actions/upload-artifact@v3
5353
with:
54-
name: coverage-${{matrix.os}}-${{matrix.ruby}}
54+
name: coverage-${{matrix.os}}-${{matrix.ruby}}-${{matrix.selector}}
5555
path: .covered.db
5656

5757
validate:

0 commit comments

Comments
 (0)