Skip to content

Commit 1f21788

Browse files
authored
Update maven-build.yml to codecov 4.5.0
1 parent e942edc commit 1f21788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ 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.4.1
90+
uses: codecov/codecov-action@v4.5.0
9191
with:
9292
# we do not want to have coverage not reported for a PR.
9393
fail_ci_if_error: true
9494
token: ${{ secrets.CODECOV_TOKEN }}
95+
verbose: true
9596

9697
test-java-8:
9798
name: test Java 8 (no-build)

0 commit comments

Comments
 (0)