Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaiR committed Feb 17, 2018
1 parent cd915b7 commit 2d373c3
Show file tree
Hide file tree
Showing 3 changed files with 1,259 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ install:
- npm install
script:
- npm run build
- npm test
- npm run cover

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

0 comments on commit 2d373c3

Please sign in to comment.