/
githubmirror
/
pkgconf
Обзор
Документация
Войти
/
githubmirror
/
pkgconf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
codecov.yml
23 строки
573 B
Elizabeth Kiara Regina Ashford
codecov: exempt fuzzer from coverage analysis
25 июн 2026, 22:22
25 июн 2026, 22:22
111898d
Код
Авторство
О чём код?
coverage: status: project: default: informational: true patch: default: informational: true parsers: cobertura: partials_as_hits: true ignore: # we are not going to write tests for getopt_long(). - "cli/getopt_long.c" # these are portability stubs and not expected to be notable in coverage testing - "libpkgconf/bsdstubs.c" # the test runner itself should not count as part of coverage testing - "tests/test-runner.c" # the fuzzing harnesses and their corpus-replay driver are test scaffolding - "fuzzer/*.c"