Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 34281cd

Browse filesBrowse files
bcoetargos
authored andcommitted
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>
1 parent afbe23d commit 34281cd
Copy full SHA for 34281cd

File tree

Expand file treeCollapse file tree

1 file changed

+8
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-5
lines changed
Open diff view settings
Collapse file

‎codecov.yml‎

Copy file name to clipboardExpand all lines: codecov.yml
+8-5Lines changed: 8 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.