Skip to content

Commit

Permalink
Merge pull request #768 from bcoe/add-test-coverage
Browse files Browse the repository at this point in the history
adds coveralls coverage reports using nyc.  Also closes #741
  • Loading branch information
aearly committed May 24, 2015
2 parents a6d2301 + d5e669f commit f71193a
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 81 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
dist
perf/versions
nyc_output
coverage
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_js:
- "0.10"
- "0.12"
- "iojs"
after_success: npm run coveralls
Loading

0 comments on commit f71193a

Please sign in to comment.