3 Star 0 Fork 1

mirrors_node-webot/co-wechat-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jackson Tian 提交于 2017-04-08 17:09 . fix make test-coveralls
TESTS = test/*.js
REPORTER = spec
TIMEOUT = 20000
MOCHA = ./node_modules/mocha/bin/_mocha
PATH := ./node_modules/.bin:$(PATH)
lint:
@eslint --fix lib index.js test
test: lint
@mocha -t $(TIMEOUT) -R spec $(TESTS)
test-cov:
@nyc --reporter=html --reporter=text mocha -t $(TIMEOUT) -R spec $(TESTS)
test-coveralls:
@nyc mocha -t $(TIMEOUT) -R spec $(TESTS)
@echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
@nyc report --reporter=text-lcov | coveralls
.PHONY: test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_node-webot/co-wechat-api.git
[email protected]:mirrors_node-webot/co-wechat-api.git
mirrors_node-webot
co-wechat-api
co-wechat-api
master

搜索帮助