diff --git a/codecov.yml b/codecov.yml index 4e2196bd..20ecfd53 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,3 +7,6 @@ coverage: target: auto # Allow a tiny drop of overall project coverage in PR to reduce spurious failures. threshold: 0.25% + +ignore: + - tests/*.rs