summaryrefslogtreecommitdiffstats
path: root/codecov.yml
blob: 144b8984c3f6a610ed6c3591454e14c2dcdab106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
coverage:
  range: 50..75
  round: up
  precision: 2
  status:
    project:
      default:
        target: auto
        threshold: 5%
        branches:
          - master
        if_ci_failed: error
    patch: off