Re-add the coverage.xml file

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