diff --git a/.github/codecov.yml b/.github/codecov.yml index 3fd0a6bb..a6a6faa3 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -13,8 +13,6 @@ coverage: ignore: - "tests" # Test files aren't important for coverage - - "crates/testing" # Testing crate contains Test helpers which aren't important for coverage - - "crates/cli" # CLI crate contains prompts to the user, which we currently deem not important for coverage - "src/" # Contains only a slim wrapper around pace_core based on abscissa, which we currently deem not important for coverage # Make comments less noisy