Skip to content

Commit 1e9c6c9

Browse files
committed
Use matrix.name for codecov flags
1 parent 7ace359 commit 1e9c6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
token: ${{ secrets.codecov }}
158158
file: ./coverage.xml
159-
flags: ${{ runner.os }}
159+
flags: ${{ matrix.name }}
160160
fail_ci_if_error: false
161161
name: ${{ matrix.name }}
162162

0 commit comments

Comments
 (0)