Add a workaround to suppress specified files from Coverity Scan analysis 72/93272/2
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>
Sun, 11 Aug 2019 18:48:23 +0000 (20:48 +0200)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 12 Aug 2019 16:40:15 +0000 (16:40 +0000)
commit59016a40819cdff7d3cf0a1c52f1ce64689e9234
treef0efba1bfb9b110551eda3834c62eecf0f740c8e
parent03c2d31904710838c60a2382f426874d69644bdf
Add a workaround to suppress specified files from Coverity Scan analysis

Re-implement temporary(?) non-functional filter to ignore specific source
code parts by Coverity Scan using "--fs-capture-search-exclude-regex" CLI
parameter of "cov-build" tool. This functionality is important to
filter out e.g. node_modules or src/tests. Instead we can remove all
specified files after we got local build results but before we send them
to Coverity server.

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I1175b593966a8b8732aa3f6841e9c450766de752
shell/maven-coverity.sh