oss-fuzz/projects/apache-poi
Dominik Stadler 56f58e2529
Apache POI: Improve coverage counting and add a few more expected exceptions (#11418)
As a general solution for handling excluding classes from JaCoCo
coverage counting was not merged (See #10860#issuecomment-1870891873 ),
this PR tries to implement a different approach which separates the
class-files into two jar-files and this way at least allows to exclude
code of third-party libraries when reporting coverage of fuzzing.

Also add two expected exceptions and adjust one limit to match the
amount of memory which oss-fuzz uses here.
2023-12-29 12:34:38 +00:00
..
src/main Apache POI: Improve coverage counting and add a few more expected exceptions (#11418) 2023-12-29 12:34:38 +00:00
Dockerfile Apache POI: install libraries for awt and adjust xmx (#11006) 2023-09-24 21:20:43 +01:00
build.sh Apache POI: Improve coverage counting and add a few more expected exceptions (#11418) 2023-12-29 12:34:38 +00:00
pom.xml Apache POI: Improve coverage counting and add a few more expected exceptions (#11418) 2023-12-29 12:34:38 +00:00
project.yaml Apache poi more fuzz targets (#10776) 2023-08-02 11:40:21 +01:00