Skip to content

Commit 5f3e6b3

Browse files
authored
Update codecov action to v4 (#109)
1 parent b370f69 commit 5f3e6b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
name: gradle-test-report
3939
path: '**/build/reports/'
4040
- name: Code coverage report
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4244
with:
4345
flags: unittests
4446
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)