diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f16be6e6ab..c5531687401 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -156,7 +156,9 @@ jobs: - name: Report coverage if: (!matrix.skip_coverage) - run: bash scripts/report-coverage.sh -F GHA + env: + CODECOV_NAME: ${{ matrix.name }} + run: bash scripts/report-coverage.sh -F GHA,${{ runner.os }} deploy: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'