Skip to content

Commit

Permalink
Changed coverage tool to nyc (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanodevium authored and blakeembrey committed Oct 25, 2019
1 parent 1aa2238 commit ead0298
Show file tree
Hide file tree
Showing 4 changed files with 761 additions and 300 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.nyc_output
coverage
components
typings
typings
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ node_js:
- "6"
- "stable"

after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
after_script: "npm install coveralls@3 && npm run coverage | coveralls"
Loading

0 comments on commit ead0298

Please sign in to comment.