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

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

fixes:
  - "home/travis/build/klee/klee::"
ignore:
  - "usr/"
  - "test/"
  - "unittests"
  - "**/test-utils"
comment:
  layout: "header, diff, changes, uncovered, tree"
  behavior: default