Use the proper name for Codecov

This commit is contained in:
mPanda.Red 2021-10-14 22:17:25 -04:00
parent 5c042addbd
commit 696045b7cf
1 changed files with 1 additions and 3 deletions

View File

@ -167,14 +167,12 @@ jobs:
- name: Upload coverage
if: matrix.use_coverage && github.repository == 'pytest-dev/pytest'
env:
CODECOV_NAME: ${{ matrix.name }}
uses: codecov/codecov-action@v2
with:
files: ./coverage1.xml
fail_ci_if_error: true
env_vars: OS,PYTHON
name: pytest-codecov
name: ${{ matrix.name }}
verbose: true
linting: