From f606a3b08dbf0783eb114735ae55ebd57f0282bc Mon Sep 17 00:00:00 2001 From: "mPanda.Red" Date: Sun, 17 Oct 2021 22:00:45 -0400 Subject: [PATCH] Re-add the 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 298b08175..f8e00a71c 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: ./.coverage + files: ./.coverage,./coverage.xml fail_ci_if_error: true env_vars: OS,PYTHON name: ${{ matrix.name }}