diff --git a/.github/codecov.yml b/.github/codecov.yml deleted file mode 100644 index 57c4bb160..000000000 --- a/.github/codecov.yml +++ /dev/null @@ -1,25 +0,0 @@ -coverage: - precision: 2 - round: down - range: "70...100" - status: - project: - default: - threshold: 20% - patch: off - changes: off - -github_checks: - annotations: false - -comment: false - -ignore: - - "docs" - - "DOCKER" - - "scripts" - - "**/*.pb.go" - - "libs/pubsub/query/query.peg.go" - - "*.md" - - "*.rst" - - "*.yml" diff --git a/codecov.yml b/codecov.yml index a133d3145..57c4bb160 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,22 +2,17 @@ coverage: precision: 2 round: down range: "70...100" - github_checks: - annotations: false - status: project: default: - threshold: 1% - patch: on + threshold: 20% + patch: off changes: off -comment: - layout: "diff, files" - behavior: default - require_changes: no - require_base: no - require_head: yes +github_checks: + annotations: false + +comment: false ignore: - "docs" @@ -25,3 +20,6 @@ ignore: - "scripts" - "**/*.pb.go" - "libs/pubsub/query/query.peg.go" + - "*.md" + - "*.rst" + - "*.yml"