From 31f9f4d173804220b1ef7216e70d6b0e65ba9552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:33:58 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.5.2 --- .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 3c2e2e9..dcb0051 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -98,7 +98,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.4.3 + uses: codecov/codecov-action@v5.5.2 with: verbose: true env: