Exclude test files from coverage checks

This commit is contained in:
m-holger 2024-02-20 19:19:09 +00:00
parent 239ee0069e
commit d3c8da8a41
1 changed files with 8 additions and 0 deletions

View File

@ -9,3 +9,11 @@ coverage:
patch:
default:
informational: true
ignore:
- compare-for-test/*
- libtests/*
- qpdf/test*
- qpdf/sizes.cc
- qpdf/qpdf-*
- qpdf/qpdfjob-*