/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
codecov.yml
41 строка
987 B
Alexander Akait
test(html): cover the HTML tokenizer and tree builder in the unit flag (#21656)
10 авг 2026, 07:32
Не верифицирован
10 авг 2026, 07:32
b599774
Код
Авторство
О чём код?
codecov: branch: main coverage: precision: 2 round: down range: "70...100" status: project: default: # Every suite that uploads a report, so the status matches the comment. # Leaving the spec-conformance suites out made the status blind to the # code they cover: a change to the CSS or HTML parser reads as a drop, # because the suite that exercises it does not count toward the total. flags: - unit - integration - css-parsing - html5lib - test262 target: auto patch: default: flags: - unit - integration target: 90% base: pr changes: default: flags: - unit - integration informational: true ignore: - "**/*.runtime.js" - "schemas/**/*" - "examples/**/*" # TODO webpack 6 remove - "lib/ChunkTemplate.js" - "lib/MainTemplate.js" - "lib/ModuleTemplate.js"