summaryrefslogtreecommitdiffstats
path: root/codecov.yml
blob: 3ce068463bf443b28151e16edc5a016e0a039033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
comment:
  layout: header, changes, diff

coverage:
  precision: 2
  round: nearest

  ignore:
  - compat/.*
  - tests/.*

  status:
    project:
      default:
        target: auto
        if_no_uploads: error

    patch:
      default:
        if_no_uploads: error

    changes: true

  parsers:
    gcov:
      branch_detection:
        macro: no
        loop: no
        conditional: no
        method: no