305c313da3
Rcov plugin parses rcov html report files and shows it in Jenkins with a trend graph. Change-Id: I1f1d177c8681e68e5c12b520e263648842c701d0
13 lines
281 B
YAML
13 lines
281 B
YAML
publishers:
|
|
- ruby-metrics:
|
|
report-dir: "coverage/rcov"
|
|
target:
|
|
- total-coverage:
|
|
healthy: 80
|
|
unhealthy: 0
|
|
unstable: 0
|
|
- code-coverage:
|
|
healthy: 80
|
|
unhealthy: 0
|
|
unstable: 0
|