Skip to content

Commit 50d9b21

Browse files
authored
Disable codecov annotations (#9186)
Not a fan of these, review is really hard with these enabled. The docs aren't super clear, but I'm going off an example from: https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations-via-yaml
1 parent 04d20f3 commit 50d9b21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ coverage:
99
informational: true
1010
codecov:
1111
require_ci_to_pass: false
12+
github_checks:
13+
annotations: false

0 commit comments

Comments
 (0)