arreglos codacy

This commit is contained in:
Pablo Franco Sánchez 2021-04-03 13:50:34 +02:00
parent 1bcc6ef938
commit 6e3869f747
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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>