• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1codecov:
2  notify:
3    # Do not send notifications when CI fails
4    require_ci_to_pass: true
5
6comment:
7  # Define codevov comments behavior and content
8  behavior: default
9  layout: header, diff, tree
10  require_changes: false
11
12coverage:
13  # Define coverage range and precision
14  precision: 2
15  range: "70..100"
16  round: down
17  status:
18    # Only consider changes to the whole project
19    project: true
20    patch: false
21    changes: false
22
23parsers:
24  gcov:
25    branch_detection:
26      conditional: true
27      loop: true
28      macro: false
29      method: false
30  javascript:
31    enable_partials: yes
32