aboutsummaryrefslogtreecommitdiff
path: root/codecov.yml
blob: d0a8920ba53b95e510c51f05975489906ef47790 (plain)
1
2
3
4
5
6
7
8
9
coverage:
  range: 50..100
  round: up
  precision: 2

ignore:
  - "**/test_*.c"
  - "test"
  - "lib"