Skip to content

Commit

Permalink
calculate test coverage, integration with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ldgit committed Sep 16, 2018
1 parent f6b6b2b commit cea9d10
Show file tree
Hide file tree
Showing 4 changed files with 1,766 additions and 54 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
.nyc_output/
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_js:
- "10"
script:
- npm run test-all
after_success: npm run coverage
Loading

0 comments on commit cea9d10

Please sign in to comment.