From 1135ad56c0639675eb29230fb4f2dcb05302accc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 06:04:25 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 2736f31..a1f1980 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -102,7 +102,7 @@ jobs: run: | uv run pytest --cov=src/pystatis --cov-report=xml --vcr-record=none tests - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v7.0.0 with: verbose: true env: