aboutsummaryrefslogtreecommitdiffstats
path: root/tools/codecov.yml
blob: 01d0595835813a56b1642a0a986167cb0a7d4b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# See https://docs.codecov.io/docs/codecovyml-reference
# Validate with curl --data-binary @tools/codecov.yml https://codecov.io/validate

coverage:
  precision: 0
  round: nearest
  range: "50...75"

coverage:
  status:
    project:
      default:
        threshold: 1%