From 0e2a24caa68945f8cec159bb0641423d17ba1f3a Mon Sep 17 00:00:00 2001 From: JingleManSweep Date: Wed, 18 Mar 2026 12:03:05 +0000 Subject: [PATCH] Upgrade Codecov action and specify report type Updated Codecov action to version 5 and added report type. --- .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 2ae0b23..feecbdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,9 +59,10 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov - uses: codecov/test-results-action@v1 + uses: codecov/codecov-action@v5 if: ${{ !cancelled() }} with: + report_type: test_results token: ${{ secrets.CODECOV_TOKEN }} build: