From cef5480e40762f66b6206f7161a8bf2355959bdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:35:13 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5.1.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 33d2469..df93b05 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -109,7 +109,7 @@ jobs: run: | poetry 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.1.0 + uses: codecov/codecov-action@v5.1.2 with: verbose: true env: