From 8e0ea477ba75d255e2d501c91d053621353e3fde Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Thu, 15 Jan 2026 00:05:21 +0000 Subject: [PATCH] CI: migrate away from deprecated codecov test-results-action Signed-off-by: Bradley Reynolds --- .github/workflows/python-ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yaml b/.github/workflows/python-ci.yaml index e5d0f90..3ac08ff 100644 --- a/.github/workflows/python-ci.yaml +++ b/.github/workflows/python-ci.yaml @@ -54,10 +54,12 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: + report_type: coverage use_oidc: true - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: + report_type: test_results use_oidc: true