We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd43715 commit 4ace92fCopy full SHA for 4ace92f
codecov.yml
@@ -1,8 +1,11 @@
1
-comment:
2
- # Only show diff and files changed:
3
- layout: "diff, files"
4
- # Don't post if no changes in coverage:
5
- require_changes: true
+# TODO(bcoe): re-enable coverage report comments, once we can figure out
+# how to make them more accurate for the Node.js project,
+# See: https://github.com/nodejs/node/issues/35759
+comment: false
+# # Only show diff and files changed:
6
+# layout: "diff, files"
7
+# # Don't post if no changes in coverage:
8
+# require_changes: true
9
10
codecov:
11
notify:
0 commit comments