diff --git a/codecov.yaml b/codecov.yaml index fe402a2177..1a77e99654 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -3,8 +3,11 @@ coverage: patch: default: target: 90% - threshold: 0.1% + threshold: 0.5% project: default: target: auto - threshold: 0.1% + threshold: 0.5% + ignore: + - "!libs/" + - "libs/deps/"