Skip to content

Instantly share code, notes, and snippets.

@archit
Created June 23, 2015 17:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save archit/8735d1edc3e3cbfc5991 to your computer and use it in GitHub Desktop.
Save archit/8735d1edc3e3cbfc5991 to your computer and use it in GitHub Desktop.
CircleCI config for generating code coverage report in a NodeJS project
dependencies:
pre:
- npm install -g istanbul
general:
artifacts:
- ./coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment