diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d0d37973..b2a3ca23 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -169,7 +169,7 @@ jobs: uses: codacy/codacy-coverage-reporter-action@v1 with: project-token: ${{ env.CODACY_PROJECT_TOKEN }} - coverage-reports: ${{ env.REPORTS_DIR }}/coverage/*.cobertura.xml + coverage-reports: ${{ env.REPORTS_DIR }}/coverage/* examples: name: Examples E:${{ matrix.install-extras || '' }}