1 Star 0 Fork 2

LetuCRM/php-zephir-parser

forked from koogua/php-zephir-parser 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
coverage.mk 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
Serghei Iakovlev 提交于 2018-11-22 18:05 +08:00 . Improved code coverage [skip appveyor]
LCOV_REPORT=lcov.info
DIRCOV=coverage
.PHONY: clean-coverage
clean-coverage:
-rm -fr $(DIRCOV)
-rm -f $(LCOV_REPORT)
.PHONY: coverage-initial
coverage-initial: clean-coverage
@$(LCOV) -d . -z
@$(LCOV) -d . -c --compat-libtool -i -o $(LCOV_REPORT)
.PHONY: coverage-capture
coverage-capture:
@$(LCOV) --no-checksum -d . -c --compat-libtool -o $(LCOV_REPORT)
@$(LCOV) -r $(LCOV_REPORT) "/usr*" -r $(LCOV_REPORT) "${HOME}/.phpenv/*" --compat-libtool -o $(LCOV_REPORT)
.PHONY: coverage-html
coverage-html: coverage-capture
@$(GENHTML) --legend -o $(DIRCOV) -t "Zephir Parser code coverage" $(LCOV_REPORT)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/letucrm/php-zephir-parser.git
git@gitee.com:letucrm/php-zephir-parser.git
letucrm
php-zephir-parser
php-zephir-parser
master

搜索帮助