From bf5b5adb87d05f334a68c1bb686dc36808d45eb5 Mon Sep 17 00:00:00 2001 From: Ornias1993 Date: Thu, 28 Nov 2019 22:42:20 +0100 Subject: [PATCH] Codecov Tweaks - Remove zfstests folder from codecov - Limit precision to whole percents Signed-off-by: Kjeld Schouten-Lebbing --- .github/codecov.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 9ae962639e40..e4155dd851cf 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