]> git.proxmox.com Git - mirror_zfs.git/blame - .github/codecov.yml
Fix coverity defects: CID 161388
[mirror_zfs.git] / .github / codecov.yml
CommitLineData
d9ec8b9b 1codecov:
bb2773b3
BB
2 notify:
3 require_ci_to_pass: no
d9ec8b9b
BB
4
5coverage:
bb2773b3
BB
6 precision: 2
7 round: down
8 range: "50...100"
9
d9ec8b9b 10 status:
bb2773b3
BB
11 project:
12 default:
13 threshold: 1%
14
15 patch:
16 default:
17 threshold: 1%
18
19parsers:
20 gcov:
21 branch_detection:
22 conditional: yes
23 loop: yes
24 method: no
25 macro: no
26
27comment:
28 layout: "header, sunburst, diff"
29 behavior: default
30 require_changes: no