Anas Nashif | 8ba32e9 | 2018-01-02 16:11:06 -0500 | [diff] [blame] | 1 | codecov: |
2 | notify: | ||||
3 | require_ci_to_pass: yes | ||||
4 | |||||
5 | coverage: | ||||
6 | precision: 2 | ||||
7 | round: down | ||||
8 | range: "70...100" | ||||
9 | |||||
10 | status: | ||||
11 | project: yes | ||||
12 | patch: yes | ||||
13 | changes: no | ||||
14 | |||||
15 | #ignore: | ||||
16 | # - "tests/**/*" | ||||
17 | # - "samples/**/*" | ||||
18 | # - "ext/hal/**/*" | ||||
19 | |||||
20 | parsers: | ||||
21 | gcov: | ||||
22 | branch_detection: | ||||
23 | conditional: yes | ||||
24 | loop: yes | ||||
25 | method: no | ||||
26 | macro: no | ||||
27 | |||||
28 | comment: | ||||
29 | layout: "reach, diff, flags, files, footer" | ||||
30 | behavior: default | ||||
31 | require_changes: no |