Skip to content

Commit 0c24aa9

Browse files
committed
build: enable codecov comments
1 parent 98d5018 commit 0c24aa9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

codecov.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
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
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
96

107
codecov:
118
branch: main

0 commit comments

Comments
 (0)