Skip to content

Commit ca5d76e

Browse files
authored
Merge pull request #140 from sir-gon/develop
[CONFIG] Github Actions: Python Codecov report adapted to v4.
2 parents 7b68638 + b92fdcf commit ca5d76e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ jobs:
4040
with:
4141
arguments: --console=verbose clean checkstyleMain checkstyleTest test
4242

43-
- name: Upload coverage reports to Codecov
43+
- name: Upload coverage reports to Codecov with GitHub Action
4444
uses: codecov/codecov-action@v4
45+
with:
46+
token: ${{ secrets.CODECOV_TOKEN }} # required
47+
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)