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)