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 80c00b4 commit 25b45dcCopy full SHA for 25b45dc
.github/workflows/maven.yml
@@ -57,5 +57,8 @@ jobs:
57
run: mvn -B -f spring-boot-example/pom.xml package
58
- uses: codecov/codecov-action@v5
59
with:
60
- file: target/site/jacoco/jacoco.xml
+ files: target/site/jacoco/jacoco.xml
61
name: codecov
62
+ fail_ci_if_error: true
63
+ env:
64
+ CODECOV_TOKEN: a7a3a75d-8ee9-483e-8430-59b6b39471e2
0 commit comments