Skip to content

Commit 705f6f0

Browse files
committed
Suppress github codedcov annotations for now, they are not accurate and generate noise.
1 parent 465e189 commit 705f6f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
codecov:
22
require_ci_to_pass: false #This setting will update the bot regardless of whether or not tests pass
33

4+
# Disabling annotations for now. They are incorrectly labelling lines as lacking coverage when they are in fact covered by tests.
5+
github_checks:
6+
annotations: false
7+
48
coverage:
59
status:
610
project:

0 commit comments

Comments
 (0)