it's just .coverage not .coverage.xml

This commit is contained in:
mPanda.Red 2021-10-14 22:28:32 -04:00
parent a6e0a683ab
commit c4b26204bb
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: ./coverage.xml
files: ./.coverage
fail_ci_if_error: true
env_vars: OS,PYTHON
name: ${{ matrix.name }}