/
githubmirror
/
pkgconf
Обзор
Документация
Войти
/
githubmirror
/
pkgconf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
pkgconf-2.9.91
codecov.yml
20 строк
477 B
Ariadne Conill
codecov: exempt test-runner from coverage analysis
25 июн 2026, 03:24
25 июн 2026, 03:24
726940d
Код
Авторство
О чём код?
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"