Skip to content

Commit c2335b4

Browse files
committed
Try to fix the coverage naming
1 parent 813f08e commit c2335b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
if: matrix.compiler == 'clang' && matrix.config == 'Debug'
176176
uses: actions/upload-artifact@v4
177177
with:
178-
name: coverage-linux
178+
name: coverage-linux,${{matrix.compiler}}-${{matrix.version}}
179179
path: |
180180
${{runner.workspace}}/build/tests/coverage.${{matrix.compiler}}-${{matrix.version}}.txt
181181
${{runner.workspace}}/build/tests/coverage.overview.${{matrix.compiler}}-${{matrix.version}}.txt

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# if: matrix.config == 'Debug' && matrix.architecture != 'arm64'
8787
# uses: actions/upload-artifact@v4
8888
# with:
89-
# name: coverage-macos
89+
# name: coverage-macos.${{matrix.compiler}}-${{matrix.version}}
9090
# path: |
9191
# ${{runner.workspace}}/build/tests/coverage.${{matrix.compiler}}-${{matrix.version}}.txt
9292
# ${{runner.workspace}}/build/tests/coverage.overview.${{matrix.compiler}}-${{matrix.version}}.txt

0 commit comments

Comments
 (0)