xref: /freebsd/contrib/pkgconf/codecov.yml (revision 592efe252472a3385acf36b1f49ecf710a7f3d9c)
1coverage:
2  status:
3    project:
4      default:
5        informational: true
6    patch:
7      default:
8        informational: true
9parsers:
10  cobertura:
11    partials_as_hits: true
12ignore:
13  # we are not going to write tests for getopt_long().
14  - "cli/getopt_long.c"
15
16  # these are portability stubs and not expected to be notable in coverage testing
17  - "libpkgconf/bsdstubs.c"
18
19  # the test runner itself should not count as part of coverage testing
20  - "tests/test-runner.c"
21
22  # the fuzzing harnesses and their corpus-replay driver are test scaffolding
23  - "fuzzer/*.c"
24