summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 45b48ca22bb6846d768bb3f26e5dc8be5055fcb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
coverage:
  precision: 2
  round: down
  range: "80...100"

  status:
    project:
      default:
        # Allow coverage to fluctuate 2% up and down. We can never go below 80%
        # because of the above range, but toxcore coverage fluctuates a lot due
        # to low coverage of error paths that sometimes happen.
        threshold: 2%