mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
build: tune down the output of lcov/gcov
In the default settings, both tools produce a lot of unhelpful noise.
This commit is contained in:
parent
69467fb64b
commit
768e44d044
@ -129,11 +129,11 @@ fate-list:
|
||||
|
||||
coverage.info: TAG = LCOV
|
||||
coverage.info:
|
||||
$(M)lcov -d $(CURDIR) -b $(SRC_PATH) --capture -o $@
|
||||
$(M)lcov -q -d $(CURDIR) -b $(SRC_PATH) --capture -o $@
|
||||
|
||||
lcov: TAG = GENHTML
|
||||
lcov: coverage.info
|
||||
$(M)genhtml -o $(CURDIR)/lcov $<
|
||||
$(M)genhtml -q -o $(CURDIR)/lcov $<
|
||||
|
||||
lcov-reset: TAG = LCOV
|
||||
lcov-reset:
|
||||
|
Loading…
Reference in New Issue
Block a user