diff --git a/codecov.yml b/codecov.yml index af2fac5f..f85f5ab2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,11 +2,10 @@ comment: false coverage: status: - project: - default: - target: auto - threshold: 1% - patch: off + patch: false github_checks: annotations: false + +ignore: + - "**/*.pb.go"