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 e942edc commit 1f21788Copy full SHA for 1f21788
.github/workflows/maven-build.yml
@@ -87,11 +87,12 @@ 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.4.1
+ 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
token: ${{ secrets.CODECOV_TOKEN }}
95
+ verbose: true
96
97
test-java-8:
98
name: test Java 8 (no-build)
0 commit comments