From 2a2f200501452cd9f2d84c77b90f420da6c03f73 Mon Sep 17 00:00:00 2001 From: refcell Date: Sat, 5 Oct 2024 12:05:09 -0400 Subject: [PATCH] fix(codecov): Ignore Test Utilities (#628) * fix(codecov): ignore test utils * fix(codecov): ignore test utils * fix(codecov): ignore test utils --- .github/codecov.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index d53af6a1..50f7e92b 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,6 +1,6 @@ # ref: https://docs.codecov.com/docs/codecovyml-reference coverage: - range: 75..100 + range: 80..100 round: down precision: 1 status: @@ -18,10 +18,10 @@ coverage: only_pulls: true ignore: - - "tests" - - "test_util.rs" - - "test_utils.rs" - - "crates/derive/src/stages/test_utils" + - "**/test_utils/*" + - "**/test_utils*" + - "**/test_util*" + - "**/tests*" - "bin/" # Make comments less noisy