We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d63d8c commit e942edcCopy full SHA for e942edc
.github/workflows/maven-build.yml
@@ -88,6 +88,10 @@ jobs:
88
- name: Codecov Report
89
if: matrix.os == 'ubuntu' && matrix.java == '17'
90
uses: codecov/codecov-action@v4.4.1
91
+ with:
92
+ # we do not want to have coverage not reported for a PR.
93
+ fail_ci_if_error: true
94
+ token: ${{ secrets.CODECOV_TOKEN }}
95
96
test-java-8:
97
name: test Java 8 (no-build)
0 commit comments