diff --git a/codecov.yml b/codecov.yml index 910f4b32192146..b9c39d59de4504 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,11 +1,8 @@ -# 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 +comment: + # Only show diff and files changed: + layout: "diff, files" + # Don't post if no changes in coverage: + require_changes: true codecov: branch: main