Skip to content

Commit

Permalink
remove outdated ignored dirs from codecov
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 30, 2024
1 parent c33a60f commit 07619e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07619e3

Please sign in to comment.