Skip to content

Commit 25b45dc

Browse files
authored
Update maven.yml
1 parent 80c00b4 commit 25b45dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@ jobs:
5757
run: mvn -B -f spring-boot-example/pom.xml package
5858
- uses: codecov/codecov-action@v5
5959
with:
60-
file: target/site/jacoco/jacoco.xml
60+
files: target/site/jacoco/jacoco.xml
6161
name: codecov
62+
fail_ci_if_error: true
63+
env:
64+
CODECOV_TOKEN: a7a3a75d-8ee9-483e-8430-59b6b39471e2

0 commit comments

Comments
 (0)