加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
miniflycn 提交于 2013-09-16 10:58 . something wrong when running coveralls
install:
@npm install
test:
@mocha
test-cov:
@mocha --require blanket -R html-cov > coverage.html
@echo Please open coverage.html to see the result!
test-coveralls:
@mocha --require blanket --reporter mocha-lcov-reporter | COVERALLS_REPO_TOKEN="1YMpW0X8cMInhR9glhlTEM8lovs1bY9RV" ./node_modules/coveralls/bin/coveralls.js
.PHONY: test test-cov test-coveralls
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化