From 4180a2731fab1ee3060ed2d710d4e8cbda1eb517 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 24 Jul 2020 17:37:59 -0400 Subject: [PATCH] Turn off the CodeCov PR comment, metrics available in the checks results which link to codecov.io --- codecov.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index d3753c74..02594513 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,6 +17,11 @@ parsers: method: yes macro: yes -comment: - layout: "diff" - require_changes: true # if true: only post the comment if coverage changes +# comment: +# layout: "diff" +# # if true: only post the comment if coverage changes +# require_changes: true + +# This turns off the extra comment; the coverage %'s are still +# reported on the main PR page as check results +comment: false