diff --git a/.codecov.yml b/.codecov.yml index 33c74da..786be57 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,9 @@ coverage: - range: 30..100 + status: + patch: + default: + informational: true # Shows the patch metric but never turns red/fails the PR + ignore: - "examples/**" - "**/stringers.go"