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 3245aa4 commit 1fb29fdCopy full SHA for 1fb29fd
.github/workflows/maven-build.yml
@@ -87,13 +87,7 @@ jobs:
87
run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
88
- name: Codecov Report
89
if: matrix.os == 'ubuntu' && matrix.java == '17'
90
- uses: codecov/codecov-action@v4.5.0
91
- with:
92
- # we do not want to have coverage not reported for a PR.
93
- fail_ci_if_error: true
94
- verbose: true
95
- env:
96
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ uses: codecov/codecov-action@v3
97
98
test-java-8:
99
name: test Java 8 (no-build)
0 commit comments