提交 768e44d0 编写于 作者: R Reinhard Tartler

build: tune down the output of lcov/gcov

In the default settings, both tools produce a lot of unhelpful noise.
上级 69467fb6
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册