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