mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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>
This commit is contained in:
parent
dd43715caa
commit
4ace92f45c
13
codecov.yml
13
codecov.yml
|
|
@ -1,8 +1,11 @@
|
||||||
comment:
|
# TODO(bcoe): re-enable coverage report comments, once we can figure out
|
||||||
# Only show diff and files changed:
|
# how to make them more accurate for the Node.js project,
|
||||||
layout: "diff, files"
|
# See: https://github.com/nodejs/node/issues/35759
|
||||||
# Don't post if no changes in coverage:
|
comment: false
|
||||||
require_changes: true
|
# # Only show diff and files changed:
|
||||||
|
# layout: "diff, files"
|
||||||
|
# # Don't post if no changes in coverage:
|
||||||
|
# require_changes: true
|
||||||
|
|
||||||
codecov:
|
codecov:
|
||||||
notify:
|
notify:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user