node/codecov.yml
bcoe 4ace92f45c 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>
2020-10-26 03:56:13 -07:00

14 lines
407 B
YAML

# 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:
# Wait for all coverage builds:
after_n_builds: 2