From 00c2db94ccfa89e7fdf1bebf03b6607d1c19bab5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:54:33 +0200 Subject: [PATCH] Update codecov/codecov-action action to v4.5.0 (#132) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 01e5ada..9827d7b 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -114,7 +114,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@v4.2.0 + uses: codecov/codecov-action@v4.5.0 with: verbose: true env: