We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b370f69 commit 5f3e6b3Copy full SHA for 5f3e6b3
.github/workflows/build_and_test.yml
@@ -38,7 +38,9 @@ jobs:
38
name: gradle-test-report
39
path: '**/build/reports/'
40
- name: Code coverage report
41
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
42
+ env:
43
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44
with:
45
flags: unittests
46
fail_ci_if_error: true # optional (default = false)
0 commit comments