diff --git a/.codecov.yml b/.codecov.yml index 3fb1da55..273a5e5f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -20,15 +20,10 @@ coverage: project: default: target: auto - # adjust accordingly based on how flaky your tests are - # this allows a 10% drop from the previous base commit coverage threshold: 10% patch: - default: - target: auto - # adjust accordingly based on how flaky your tests are - # this allows a 10% drop from the previous base commit coverage - threshold: 10% + target: auto + threshold: 10% ignore: - "hippo4j-example/.*" - "docs/.*"