From 5e08e59e6cc2905ede0e3c456c3403d548a14c64 Mon Sep 17 00:00:00 2001 From: Peter Trifanov Date: Tue, 9 Apr 2024 20:54:48 +0200 Subject: [PATCH] Update codecov action to v4 --- .github/workflows/build_and_test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 4a5ba3d..a3eee4e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -38,7 +38,9 @@ jobs: name: gradle-test-report path: '**/build/reports/' - name: Code coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: flags: unittests fail_ci_if_error: true # optional (default = false)