summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 449ec0c50f0a1629cc954e48e5c42a078158fc83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ignore:
  - "benchmarks/**"
  - "tasks.py"

codecov:
  require_ci_to_pass: yes

coverage:
  precision: 2
  round: down
  range: "80...100"
  status:
    patch: off  # off for now as it yells about everything