From 6239d1a7e64bf126ece1a7913ea4e33d6ff9917b Mon Sep 17 00:00:00 2001 From: Julian Schmid Date: Thu, 2 May 2024 21:43:36 +0200 Subject: [PATCH] Upgrade to codecove v4 action --- .github/workflows/coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8e7ce2c..0cf637e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -28,6 +28,8 @@ jobs: run: coverage/coverage.bash shell: bash - name: Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: files: target/coverage/export.lcov.txt + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}