keep-observers
Version:
This is a monitoring service applied to the web side Support Elasticsearch+kiban The middleware extension interface is provided by means of plug-in service compositionkeep-observers
14 lines (13 loc) • 362 B
YAML
language: node_js
node_js:
- 'stable'
install:
- npm install
- npm install coveralls
script:
- npm run test
cache:
directories:
- node_modules # NPM packages
#上传覆盖率结果到coveralls,只需要安装coveralls库,然后获取lcov.info上传给Coveralls
after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'