aboutsummaryrefslogtreecommitdiffhomepage
path: root/codecov.yml
blob: bcd1d82b4d68ec9371b3f35d2b28a1fbac2f6af7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
coverage:
  range: 50..100
  round: up
  precision: 2
  status:
    project:
      default:
        informational: true
    patch:
      default:
        informational: true
ignore:
  - "test/**/*.py"