j3k0 / ganomede-boilerplate

boilerplates for ganomede microservices
0 stars 0 forks source link

ganomede-boilerplate

Clone or download, find all occurences of REPLACE_THIS_WITH_YOUR_THING and replace that with your thing :)

Included:

Extra setup

Code coverage with coveralls.io

Add 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

Continuous integration with docker cloud