Use the correct .coverage.xml file

This commit is contained in:
mPanda.Red 2021-10-14 22:24:51 -04:00
parent 696045b7cf
commit a6e0a683ab
1 changed files with 1 additions and 1 deletions

View File

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