Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Nov 23, 2024
1 parent 80c00b4 commit 25b45dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ jobs:
run: mvn -B -f spring-boot-example/pom.xml package
- uses: codecov/codecov-action@v5
with:
file: target/site/jacoco/jacoco.xml
files: target/site/jacoco/jacoco.xml
name: codecov
fail_ci_if_error: true
env:
CODECOV_TOKEN: a7a3a75d-8ee9-483e-8430-59b6b39471e2

0 comments on commit 25b45dc

Please sign in to comment.