Skip to content

Commit 1fb29fd

Browse files
authored
Update maven-build.yml
1 parent 3245aa4 commit 1fb29fd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,7 @@ jobs:
8787
run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
8888
- name: Codecov Report
8989
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 }}
90+
uses: codecov/codecov-action@v3
9791

9892
test-java-8:
9993
name: test Java 8 (no-build)

0 commit comments

Comments
 (0)