From c9900a3d7266df25af636b62aeca78d8eb2c7688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 08:52:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20codecov/codecov-a?= =?UTF-8?q?ction=20action=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 97fe978..8933332 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -58,7 +58,7 @@ jobs: uv run coverage combine coverage*/.coverage* uv run coverage xml -i - name: 🚀 Upload coverage report - uses: codecov/codecov-action@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}