From a6e0a683ab36b34fef1e2c8a50a75594413017db Mon Sep 17 00:00:00 2001 From: "mPanda.Red" Date: Thu, 14 Oct 2021 22:24:51 -0400 Subject: [PATCH] Use the correct .coverage.xml file --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02e36b612..56e6e3ea1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}