Awesome
Scoverage Jenkins Plugin
This plugin allows you to publish scoverage results in Jenkins as a trend graph.
Configuration
Freestyle
- Enable "Publish Scoverage Report" in Post-build Actions.
- Specify the location where the
scoverage.xml
report is generated (e.g.target/scala-2.10/scoverage-report
,scoverage.xml
).
Pipeline
step([$class: 'ScoveragePublisher', reportDir: 'target/scala-2.11/scoverage-report', reportFile: 'scoverage.xml'])