]> git.proxmox.com Git - mirror_zfs.git/blame - .github/codecov.yml
kernel_fpu fixes
[mirror_zfs.git] / .github / codecov.yml
CommitLineData
d9ec8b9b 1codecov:
bb2773b3 2 notify:
ca9b8e87
BB
3 require_ci_to_pass: false # always post
4 after_n_builds: 2 # user and kernel
d9ec8b9b
BB
5
6coverage:
ca9b8e87
BB
7 precision: 2 # 2 digits of precision
8 range: "50...90" # red -> yellow -> green
bb2773b3 9
d9ec8b9b 10 status:
bb2773b3
BB
11 project:
12 default:
ca9b8e87 13 threshold: 1% # allow 1% coverage variance
bb2773b3
BB
14
15 patch:
16 default:
ca9b8e87 17 threshold: 1% # allow 1% coverage variance
bb2773b3
BB
18
19comment:
ca9b8e87 20 layout: "reach, diff, flags, footer"
b02becaa
BB
21 behavior: once # update if exists; post new; skip if deleted
22 require_changes: yes # only post when coverage changes