From 95f7012c5db0b65e8ede0503385c3958db2fd61a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:46:27 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.4 --- .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 2736f314..a97ad8b6 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@v5.5.4 with: verbose: true env: