Make Codecov refrain from commenting on a PR if coverage has not changed (#11788)

* Make Codecov refrain from commenting on a PR if coverage has not changed

* Disable GH annotations on PRs from CodeCov
This commit is contained in:
Steve Jalim 2022-06-17 19:08:22 +01:00 коммит произвёл GitHub
Родитель 8fc042425b
Коммит c48bf9c8a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -7,3 +7,7 @@ coverage:
patch:
default:
informational: true
comment:
require_changes: true
github_checks:
annotations: false