Skip to content

Commit 4ace92f

Browse files
bcoeTrott
authored andcommittedOct 26, 2020
build: turn off Codecov comments
Turns off coverage comments for the time being, until we can sort out issues. PR-URL: nodejs#35800 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent dd43715 commit 4ace92f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
 

‎codecov.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
comment:
2-
# Only show diff and files changed:
3-
layout: "diff, files"
4-
# Don't post if no changes in coverage:
5-
require_changes: true
1+
# TODO(bcoe): re-enable coverage report comments, once we can figure out
2+
# how to make them more accurate for the Node.js project,
3+
# See: https://github.com/nodejs/node/issues/35759
4+
comment: false
5+
# # Only show diff and files changed:
6+
# layout: "diff, files"
7+
# # Don't post if no changes in coverage:
8+
# require_changes: true
69

710
codecov:
811
notify:

0 commit comments

Comments
 (0)
Please sign in to comment.