diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/codecov.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml index 9ae962639..e4155dd85 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -4,7 +4,8 @@ codecov: after_n_builds: 2 # user and kernel coverage: - precision: 2 # 2 digits of precision + precision: 0 # 0 decimals of precision + round: nearest # Round to nearest precision point range: "50...90" # red -> yellow -> green status: @@ -20,3 +21,6 @@ comment: layout: "reach, diff, flags, footer" behavior: once # update if exists; post new; skip if deleted require_changes: yes # only post when coverage changes + +ignore: + - "tests/zfs-tests" # Don't need Tests to cover themselves
\ No newline at end of file |