summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/ruby-metrics.yaml
blob: bb3bd884ae02dae3e97b973b6807b69a268747a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
publishers:
  - ruby-metrics:
      report-dir: "coverage/rcov"
      target:
        - total-coverage:
             healthy: 80
             unhealthy: 0
             unstable: 0
        - code-coverage:
             healthy: 80
             unhealthy: 0
             unstable: 0