ci: GHA: codecov: set CODECOV_NAME, OS in flags

This commit is contained in:
Daniel Hahler 2020-01-24 19:40:55 +01:00
parent 5dcd24fecb
commit 934f38995a
1 changed files with 3 additions and 1 deletions

View File

@ -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'