Merge pull request #6561 from blueyed/ci-gha-name-flag

ci: GHA: codecov: set CODECOV_NAME, OS in flags
This commit is contained in:
Daniel Hahler 2020-01-24 20:04:12 +01:00 committed by GitHub
commit 5865520c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'