Skip to content

Commit

Permalink
add test coverage with nyc and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
arve0 committed May 24, 2019
1 parent 3a60e73 commit 0915d97
Show file tree
Hide file tree
Showing 4 changed files with 978 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.nyc_output
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ notifications:
email:
on_success: change
on_failure: change
after_success: npm run coverage

0 comments on commit 0915d97

Please sign in to comment.