Turn off the CodeCov PR comment, metrics available in the checks results which link to codecov.io
This commit is contained in:
parent
bbc6fb82bf
commit
4180a2731f
11
codecov.yml
11
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue