aboutsummaryrefslogtreecommitdiff
path: root/.github/codecov.yaml
blob: 78122c9902689ab5ff0586d962a4447fa6c3904e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
flag_management:
  default_rules:
    carryforward: true

coverage:
  status:
    project:
      default:
        target: auto
        threshold: 0%
        base: auto
        flags:
          - unittests
    patch:
      default:
        target: 75%
        threshold: 0%
        base: auto
        flags:
          - unittests