Skip to content

Commit 1d17de0

Browse files
authored
chore: Make Codecov status checks informational (#1662)
Coverage checks will still post comments and show status on PRs, but will never block merging. Coverage is enforced by the CI threshold check in test.yml, not by Codecov status checks. Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>
1 parent 638e426 commit 1d17de0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ coverage:
44
default:
55
target: 50%
66
threshold: 2%
7+
informational: true
78
patch:
89
default:
910
target: 60%
11+
informational: true
1012

1113
ignore:
1214
- "**/*.pb.go"

0 commit comments

Comments
 (0)