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