/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
3.9
.github/codecov.yml
30 строк
485 B
Nick Coghlan
Ignore NEWS snippets in code coverage stats (GH-18194)
27 янв 2020, 19:05
Не верифицирован
27 янв 2020, 19:05
7023288
Код
Авторство
О чём код?
codecov: strict_yaml_branch: master notify: require_ci_to_pass: true comment: off ignore: - "Doc/**/*" - "Misc/**/*" - "Mac/**/*" - "PC/**/*" - "PCbuild/**/*" - "Tools/**/*" - "Grammar/*" coverage: precision: 2 range: 70...90 round: down status: changes: off project: off patch: off parsers: gcov: branch_detection: conditional: true loop: true macro: false method: false javascript: enable_partials: false