rherrmann / eclipse-extras

Small extensions for the Eclipse IDE
https://rherrmann.github.io/eclipse-extras/
Eclipse Public License 1.0
43 stars 5 forks source link

Re-enable sending code coverage reports to Codacy #58

Closed rherrmann closed 7 years ago

rherrmann commented 7 years ago

jpm4j.org is used to send code coverage reports to Codacy. Unfortunately, since yesterday, the service is unresponsive.

curl -sL https://github.com/jpm4j/jpm4j.installers/raw/master/dist/biz.aQute.jpm.run.jar >jpm4j.jar
java -jar jpm4j.jar -u init
~/jpm/bin/jpm install com.codacy:codacy-coverage-reporter:assembly
~/jpm/bin/codacy-coverage-reporter -l Java -r com.codeaffine.extras.test.coverage/target/site/jacoco-aggregate/jacoco.xml
rherrmann commented 7 years ago

Coverage reports are now sent with the using the codacy-maven-plugin from https://github.com/halkeye/codacy-maven-plugin/