blob: 13cea13ba0e28e81742785b24ac14fd49231411b [file] [log] [blame]
Guillaume Valadon8b81d012017-01-02 18:21:29 +01001codecov:
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