We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465e189 commit 705f6f0Copy full SHA for 705f6f0
codecov.yml
@@ -1,6 +1,10 @@
1
codecov:
2
require_ci_to_pass: false #This setting will update the bot regardless of whether or not tests pass
3
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
+
8
coverage:
9
status:
10
project:
0 commit comments