From b9338ec0c236a716c48cc007198778d6d9e48d15 Mon Sep 17 00:00:00 2001 From: Christopher Junius Date: Sun, 30 Aug 2026 09:57:17 -0400 Subject: [PATCH] Replace deprecated codecov/test-results-action with codecov-action Codecov deprecated `test-results-action` in favour of running `codecov-action` a second time with `report_type: test_results`. Reuses the already SHA-pinned codecov-action@v7.0.0. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: