jenkins-job-builder/tests/publishers/fixtures/ruby-metrics.yaml
Sergey Kolekonov 305c313da3 Ruby metrics plugin support added
Rcov plugin parses rcov html report files and
shows it in Jenkins with a trend graph.

Change-Id: I1f1d177c8681e68e5c12b520e263648842c701d0
2014-03-11 15:28:08 +04:00

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