diff options
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 3 |
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" |
