summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorPierre Pronchery <khorben@FreeBSD.org>2026-06-25 22:30:05 +0000
committerPierre Pronchery <khorben@FreeBSD.org>2026-06-29 05:21:48 +0000
commitb0fc1b7a2fe8fcb18ee407227591bf25a86ffbaf (patch)
tree0cc32f86bf808bcf9d79da95db969cd76f0feadb /codecov.yml
parenteaa637963bcfde283b411c14968b7903b02d6aa1 (diff)
Vendor import of pkgconf 2.9.92vendor/pkgconf/2.9.92
Obtained from https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.9.92.tar.gz SHA1: 865d15aac5e720a8897b14e0f475736a810a9340 - SHA256: 1eeda57d5f7b8dd346278ea164536f313366bb10d531d7c490be439638942f6d - SHA512: a66960f79f83508e372ef948ec98f906abb31aed0b4c1a667f2cf8235f55ede1553fc5dfd1baaa6217a2d82c725448e64207b1dfb858f21fdb12f82e6771546f - One test folder in tests/lib1 had to be removed to avoid UTF-8 filenames in the tree. (Breaks `make create-source-packages`) Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D57856
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
index b152448ef21a..6727f664d2a4 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -18,3 +18,6 @@ ignore:
# 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"