Skip to content

Commit

Permalink
istanbul and coveralls added
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-barun committed Feb 4, 2018
1 parent 20f8537 commit 9fbb733
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -7,4 +7,7 @@ install:
- npm install

script:
- npm test
- npm run cover

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"

0 comments on commit 9fbb733

Please sign in to comment.