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 method: yes
macro: yes macro: yes
# comment: comment:
# layout: "diff" layout: "diff"
# # if true: only post the comment if coverage changes # post a coverage comment, even if coverage hasn't changed
# require_changes: true require_changes: false
# This turns off the extra comment; the coverage %'s are still # This turns off the codecov PR comment.
# reported on the main PR page as check results # The coverage percentage is still reported in the list of PR checks.
comment: false #comment: false
github_checks: github_checks:
annotations: false annotations: false