From 3c4975220a997294d3ffb7ee054a230bdc8ca2ba Mon Sep 17 00:00:00 2001 From: bcoe Date: Sun, 25 Oct 2020 08:51:05 -0700 Subject: [PATCH] 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 Reviewed-By: Stephen Belanger Reviewed-By: Rich Trott --- codecov.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index 9808848a48ead8..462fb1e79f8b5b 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: