Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: turn off Codecov comments
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 Trott committed Oct 26, 2020
commit 4ace92f45c5495559dc5f82c236e68817a226a21
13 changes: 8 additions & 5 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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