about summary refs log tree commit diff homepage
path: root/.codecov.yml
blob: 5d641d3034cb1a1cefa74a100b6794dfbf6098dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
codecov:
  disable_default_path_fixes: true

coverage:
  range: 70...90
  precision: 2
  round: down
  status:
    project: no
    patch: yes
    changes: no

fixes:
  - "/tmp/klee_src::"

ignore:
  - "test/"
  - "unittests"
  - "**/test-utils"

comment:
  layout: "header, diff, changes, uncovered, tree"
  behavior: default