summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/jacoco001.yaml
blob: fc45fd1c752db5d793fca5e92ef76a550a59265c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
publishers:
  - jacoco:
      exec-pattern: "**/**.exec"
      class-pattern: "**/classes"
      source-pattern: "**/src/main/java"
      update-build-status: true
      targets:
        - branch:
            healthy: 10
            unhealthy: 20
        - method:
            healthy: 50
            unhealthy: 40