Clone or download, find all occurences of REPLACE_THIS_WITH_YOUR_THING
and replace that with your thing :)
Included:
src/server.js
with basic restify setupsrc/errors.js
with app-level error basicsindex.js
with basic clusteringAdd COVERALLS_REPO_TOKEN
to Circle CI environment variables.
Add the below lines to the circle.yml
file.
test:
post:
- npm run coverage
- npm install https://github.com/nickmerwin/node-coveralls
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
docker-compose.test.yml