diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a29f4c..2c5ab12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,11 +54,12 @@ jobs: fail_ci_if_error: true - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: junit.xml flags: py${{ matrix.python-version }} + report_type: test_results # Single check to gate branch protection on, so the matrix can change freely. ci-ok: