From 52bdc4c5cdbd726a209846531f8df196c614267d Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 22 Dec 2021 10:52:08 +1000 Subject: [PATCH] Re-enable code coverage comments on PRs (#3246) * Re-enable code coverage comments on PRs * Post a coverage comment, even if coverage hasn't changed Co-authored-by: Deirdre Connolly --- codecov.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/codecov.yml b/codecov.yml index 267ce0c8c..a2673d73b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -16,14 +16,14 @@ parsers: method: yes macro: yes -# comment: -# layout: "diff" -# # if true: only post the comment if coverage changes -# require_changes: true +comment: + layout: "diff" + # post a coverage comment, even if coverage hasn't changed + require_changes: false -# This turns off the extra comment; the coverage %'s are still -# reported on the main PR page as check results -comment: false +# This turns off the codecov PR comment. +# The coverage percentage is still reported in the list of PR checks. +#comment: false github_checks: - annotations: false + annotations: false