Skip to content

Commit

Permalink
add support for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongoode committed Oct 25, 2017
1 parent 0d81bc6 commit b56f6d9
Show file tree
Hide file tree
Showing 6 changed files with 1,561 additions and 527 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Gemfile.lock

.nyc_output
coverage
coverage.html
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ node_js:
- "0.12"
# env: DEBUG=dynamoose*
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli nyc
script:
- nyc npm test && nyc report --reporter=text-lcov | coveralls
Loading

0 comments on commit b56f6d9

Please sign in to comment.