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
1bcc6ef938
commit
6e3869f747
2 changed files with 3 additions and 3 deletions
|
@ -15,5 +15,6 @@ before_install:
|
|||
- mysql -e 'CREATE DATABASE cheapy;'
|
||||
- sudo apt-get update
|
||||
after_success:
|
||||
- java -jar ~/codacy-coverage-reporter-assembly-latest.jar report -l Java -r target/site/jacoco/jacoco.xml
|
||||
- ls target
|
||||
- java -jar ~/codacy-coverage-reporter-assembly-latest.jar report -l Java -r target/jacoco.xml
|
||||
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -29,9 +29,8 @@
|
|||
|
||||
<jacoco.version>0.7.6.201602180812</jacoco.version>
|
||||
<jacoco.outputDir>${project.build.directory}</jacoco.outputDir>
|
||||
<jacoco.utreportpath>${project.build.directory}/jacoco</jacoco.utreportpath>
|
||||
<jacoco.utreportpath>${project.build.directory}</jacoco.utreportpath>
|
||||
<jacoco.utreportfile>${jacoco.utreportpath}/jacoco.exec</jacoco.utreportfile>
|
||||
<jacoco.itreportpath>${project.build.directory}/jacoco</jacoco.itreportpath>
|
||||
<jacoco.itreportfile>${jacoco.itreportpath}/jacoco-it.exec</jacoco.itreportfile>
|
||||
<nohttp-checkstyle.version>0.0.4.RELEASE</nohttp-checkstyle.version>
|
||||
<spring-format.version>0.0.25</spring-format.version>
|
||||
|
|
Loading…
Reference in a new issue