forked from google/oss-fuzz
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apache-poi: Introduce a separate jar-file for libs to reduce classes …
…included in coverage report Introduce two jar-files to separate .class files into two jar files, one which is included in coverage reporting and one which contains libraries which should not appear in the coverage report. Unfortunately this only allows control on "artifact" level, which means single uninteresting classes/packages cannot be excluded. Related to google#10826 and google#10860 (cherry picked from commit 2b48e656646d4c3aa61ea44b5b3edef59942f142)
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters