From 640af13ab8213efa9ae806a67f8d15718c5c36d1 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 17 Jul 2024 12:21:47 -0400 Subject: [PATCH] build: enable codecov comments --- codecov.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/codecov.yml b/codecov.yml index 910f4b32192146..a5e170597078b9 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