91667b58a9
The Jenkins Scoverage plugin allows one to publish Jenkins scoverage results as a trend graph. It allows the following options to be configured: *the location where the xml report is generated *the name of the xml report file Change-Id: I2529fe69f6dc26b79390f19129411554ccb650c9
5 lines
120 B
YAML
5 lines
120 B
YAML
publishers:
|
|
- scoverage:
|
|
report-directory: target/scala-2.10/scoverage-report/
|
|
report-file: scoverage.xml
|