/
githubmirror
/
ydb-php-sdk
Обзор
Документация
Войти
/
githubmirror
/
ydb-php-sdk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
codecov.yml
29 строк
612 B
Oleg Ovcharuk
Enable blocking Codecov coverage status
07 июл 2026, 11:37
07 июл 2026, 11:37
7aae8c3
Код
Авторство
О чём код?
coverage: status: project: default: target: auto # do not drop below the current level... threshold: 1% # ...by more than 1% patch: default: target: 80% # new/changed code in the PR diff must be >= 80% covered comment: layout: "reach, diff, flags, components, files" require_changes: false ignore: - "protos" - "ydb-api-protos" - "examples" - "slo-workload" - "tests" - "php_plugin" - "vendor" component_management: individual_components: - component_id: native-sdk name: Native SDK paths: - "src/**"