Remove files in build/src/3rdparty from coverage reports

This commit is contained in:
Tim Wojtulewicz 2023-02-09 12:04:53 -07:00
parent e670f8ec89
commit 3ae135e857

View file

@ -93,7 +93,7 @@ fi
# Files and directories that will be removed from the counts in step 5. Directories # Files and directories that will be removed from the counts in step 5. Directories
# need to be surrounded by escaped wildcards. # need to be surrounded by escaped wildcards.
REMOVE_TARGETS="*.yy *.ll *.y *.l \*/bro.dir/\* *.bif \*/zeek.dir/\* \*/src/3rdparty/\* \*/src/zeek/3rdparty/\* \*/auxil/\* " REMOVE_TARGETS="*.yy *.ll *.y *.l \*/bro.dir/\* *.bif \*/zeek.dir/\* \*/src/3rdparty/\* \*/src/zeek/3rdparty/\* \*/auxil/\* \*/build/zeek/3rdparty/\*"
# 1. Move to base dir, create tmp dir # 1. Move to base dir, create tmp dir
cd ../../ cd ../../