Skip to content

Commit 512dd69

Browse files
committed
Change flag format
1 parent eada6c6 commit 512dd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
token: ${{ secrets.CODECOV_TOKEN }}
132132
files: coverage.xml
133-
flags: ${{ matrix.browser }}-${{ matrix.selenium }}
133+
flags: ${{ matrix.browser }},selenium-${{ matrix.selenium }}
134134

135135
- name: Upload test results to Codecov
136136
# See https://nektosact.com/usage/index.html#skipping-steps

0 commit comments

Comments
 (0)