Skip to content

Commit

Permalink
build: turn off Codecov comments
Browse files Browse the repository at this point in the history
Turns off coverage comments for the time being, until we can sort out
issues.

PR-URL: #35800
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
bcoe authored and BethGriggs committed Dec 8, 2020
1 parent a3a0aca commit 3c49752
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions 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:
Expand Down

0 comments on commit 3c49752

Please sign in to comment.