From 5f3e6b31d64fafc15fcfd0c4d626f3d82af61556 Mon Sep 17 00:00:00 2001 From: Peter Trifanov Date: Tue, 9 Apr 2024 21:01:50 +0200 Subject: [PATCH] Update codecov action to v4 (#109) --- .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)