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