]> git.proxmox.com Git - mirror_zfs.git/blame - .github/codecov.yml
etc/init.d: decide which variant to use at build time.
[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:
7af72863
KS
7 precision: 0 # 0 decimals of precision
8 round: nearest # Round to nearest precision point
ca9b8e87 9 range: "50...90" # red -> yellow -> green
bb2773b3 10
d9ec8b9b 11 status:
bb2773b3
BB
12 project:
13 default:
ca9b8e87 14 threshold: 1% # allow 1% coverage variance
bb2773b3
BB
15
16 patch:
17 default:
ca9b8e87 18 threshold: 1% # allow 1% coverage variance
bb2773b3
BB
19
20comment:
ca9b8e87 21 layout: "reach, diff, flags, footer"
b02becaa
BB
22 behavior: once # update if exists; post new; skip if deleted
23 require_changes: yes # only post when coverage changes
7af72863 24
3035f14d 25# ignore: Please place any ignores in config/ax_code_coverage.m4 instead