mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Arreglos codacy
This commit is contained in:
parent
3334dd7ed4
commit
db424bca8c
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ before_install:
|
|||
- chmod +x mvnw
|
||||
- mysql -e 'CREATE DATABASE cheapy;'
|
||||
- sudo apt-get update
|
||||
install:
|
||||
- ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||
- pip install codacy-coverage
|
||||
|
||||
after_success:
|
||||
- java -jar ~/codacy-coverage-reporter-assembly-latest.jar report -l Java -r target/jacoco/jacoco.xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue