Skip to content

Commit

Permalink
chore(coveralls): setup coverage reporting
Browse files Browse the repository at this point in the history
- install and use coveralls with nyc for test coverage reporting

[Finishes #160239330]
  • Loading branch information
akhilome committed Sep 5, 2018
1 parent 36c62cb commit bf47c54
Show file tree
Hide file tree
Showing 4 changed files with 1,716 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/
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ node_js:
cache:
directories:
- "node_modules"
after_success:
- npm run cover
Loading

0 comments on commit bf47c54

Please sign in to comment.