Skip to content

Commit e6adf4b

Browse files
committed
Try to make coverage report name unique across workflow runs
1 parent 04849c9 commit e6adf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Upload HTML coverage report
3939
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
4040
with:
41-
name: cov-html
41+
name: cov-html-${{ matrix.runs-on }}
4242
path: build/coverage_report/**

0 commit comments

Comments
 (0)