diff --git a/codecov.yml b/codecov.yml index 1d903951..d30f0ff4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,6 +9,6 @@ coverage: threshold: 0.25% ignore: - - tests/*.rs - - pytests/*.rs + - tests/ + - pytests/ - src/test_hygiene/*.rs