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 <deirdre@zfnd.org>
This commit is contained in:
teor 2021-12-22 10:52:08 +10:00 committed by GitHub
parent 074011eaad
commit 52bdc4c5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -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