summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorbcoe <bencoe@google.com>2020-10-25 08:51:05 -0700
committerRich Trott <rtrott@gmail.com>2020-10-26 03:56:13 -0700
commit4ace92f45c5495559dc5f82c236e68817a226a21 (patch)
tree5a808b39836a4b1e21913fb3d6fb8fdefbdcb97e /codecov.yml
parentdd43715caaffcfe2dafddd3e792cc0fb2b7b9d20 (diff)
downloadios-node-v8-4ace92f45c5495559dc5f82c236e68817a226a21.tar.gz
ios-node-v8-4ace92f45c5495559dc5f82c236e68817a226a21.tar.bz2
ios-node-v8-4ace92f45c5495559dc5f82c236e68817a226a21.zip
build: turn off Codecov comments
Turns off coverage comments for the time being, until we can sort out issues. PR-URL: https://github.com/nodejs/node/pull/35800 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/codecov.yml b/codecov.yml
index 9808848a48..462fb1e79f 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -1,8 +1,11 @@
-comment:
- # Only show diff and files changed:
- layout: "diff, files"
- # Don't post if no changes in coverage:
- 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:
+# layout: "diff, files"
+# # Don't post if no changes in coverage:
+# require_changes: true
codecov:
notify: