We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eada6c6 commit 512dd69Copy full SHA for 512dd69
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
with:
131
token: ${{ secrets.CODECOV_TOKEN }}
132
files: coverage.xml
133
- flags: ${{ matrix.browser }}-${{ matrix.selenium }}
+ flags: ${{ matrix.browser }},selenium-${{ matrix.selenium }}
134
135
- name: Upload test results to Codecov
136
# See https://nektosact.com/usage/index.html#skipping-steps
0 commit comments