mirror of https://git.ffmpeg.org/ffmpeg.git
coverage: filter /usr/include out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
32bac65ba0
commit
ff50b08304
|
@ -163,6 +163,7 @@ fate-list:
|
|||
coverage.info: TAG = LCOV
|
||||
coverage.info:
|
||||
$(M)lcov -d $(CURDIR) -b $(SRC_PATH) --capture | sed -e 's#/./#/#g' > $@
|
||||
$(M)lcov --remove $@ "/usr*" -o $@
|
||||
|
||||
lcov: TAG = GENHTML
|
||||
lcov: coverage.info
|
||||
|
|
Loading…
Reference in New Issue