diff --git a/codecov.yml b/codecov.yml index 289167df5..76083459e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,12 @@ ignore: - "**/*.pb.go" # ignore generated protos - "**/*.pb.gw.go" # ignore generated protos +coverage: + range: 60..80 + status: + project: + default: + threshold: 1 # Allow coverage to drop by 1% + patch: + default: + threshold: 1 # Allow coverage to drop by 1%