build: merge all coverage exclusions into a single command and exclude more files
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 26 Mar 2018 16:18:18 +0000 (12:18 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 13:25:44 +0000 (22:25 +0900)
commite18bd902d720cbb4d5be76e9abda86f36ee7b274
treeb0e738bf6ccf14417cb82042314a4068726970bf
parent58393a937e1728c7aee031e5e93f33dc6f5d877b
build: merge all coverage exclusions into a single command and exclude more files

files in the excluded directories either can only be tested with stochastic results
or testing them serves no purpose

pruning these in separate commands adds 10-20s to each coverage build

ref 28f9a5cdb36f01255a94ff8146ee915be506288f
ref T6825

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Makefile.am