]> git.proxmox.com Git - mirror_zfs.git/blob - .github/codecov.yml
ab0f11d7966ffea8c1f2196194226311137423be
[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: "new" # delete old, post new