Use the proper name for Codecov
This commit is contained in:
parent
5c042addbd
commit
696045b7cf
|
@ -167,14 +167,12 @@ jobs:
|
||||||
|
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
if: matrix.use_coverage && github.repository == 'pytest-dev/pytest'
|
if: matrix.use_coverage && github.repository == 'pytest-dev/pytest'
|
||||||
env:
|
|
||||||
CODECOV_NAME: ${{ matrix.name }}
|
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
files: ./coverage1.xml
|
files: ./coverage1.xml
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
env_vars: OS,PYTHON
|
env_vars: OS,PYTHON
|
||||||
name: pytest-codecov
|
name: ${{ matrix.name }}
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
||||||
linting:
|
linting:
|
||||||
|
|
Loading…
Reference in New Issue