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.
1 parent 5dcd24f commit 934f389Copy full SHA for 934f389
.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