summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
blob: 8650448c3e0733486808ec2bc1507add707e102c (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
codecov:
  notify:
    require_ci_to_pass: true
comment:
  behavior: new
  layout: header, diff
  require_changes: false
coverage:
  precision: 2
  range:
  - 70.0
  - 100.0
  round: down
  status:
    changes: false
    patch: true
    project: true
parsers:
  gcov:
    branch_detection:
      conditional: true
      loop: true
      macro: false
      method: false
  javascript:
    enable_partials: false