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.
2 parents 31fd5ea + 725fbfd commit 0dc24a6Copy full SHA for 0dc24a6
.github/workflows/java-gradle-coverage.yml
@@ -43,7 +43,7 @@ jobs:
43
run: ./gradlew --console=verbose test -x checkstyleMain checkstyleTest
44
45
- name: Upload coverage reports to Codecov with GitHub Action
46
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
47
with:
48
token: ${{ secrets.CODECOV_TOKEN }} # required
49
verbose: true # optional (default = false)
0 commit comments