We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe895a4 + 934f389 commit 5865520Copy full SHA for 5865520
.github/workflows/main.yml
@@ -156,7 +156,9 @@ jobs:
156
157
- name: Report coverage
158
if: (!matrix.skip_coverage)
159
- run: bash scripts/report-coverage.sh -F GHA
+ env:
160
+ CODECOV_NAME: ${{ matrix.name }}
161
+ run: bash scripts/report-coverage.sh -F GHA,${{ runner.os }}
162
163
deploy:
164
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'
0 commit comments