Use the correct .coverage.xml file
This commit is contained in:
parent
696045b7cf
commit
a6e0a683ab
|
@ -169,7 +169,7 @@ jobs:
|
|||
if: matrix.use_coverage && github.repository == 'pytest-dev/pytest'
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
files: ./coverage1.xml
|
||||
files: ./coverage.xml
|
||||
fail_ci_if_error: true
|
||||
env_vars: OS,PYTHON
|
||||
name: ${{ matrix.name }}
|
||||
|
|
Loading…
Reference in New Issue