mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
update actions
This commit is contained in:
parent
6d6c48e884
commit
7785174663
1 changed files with 8 additions and 0 deletions
8
.github/workflows/maven-build.yml
vendored
8
.github/workflows/maven-build.yml
vendored
|
@ -27,3 +27,11 @@ jobs:
|
|||
cache: maven
|
||||
- name: Build with Maven Wrapper
|
||||
run: ./mvnw -B package
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
# files: ./coverage1.xml,./coverage2.xml # optional
|
||||
# flags: unittests # optional
|
||||
# name: codecov-umbrella # optional
|
||||
# fail_ci_if_error: true # optional (default = false)
|
||||
verbose: true # optional (default = false)
|
||||
|
|
Loading…
Reference in a new issue