Skip to content

Commit

Permalink
Fix location of lcov report
Browse files Browse the repository at this point in the history
  • Loading branch information
frostney committed Feb 29, 2016
1 parent 306f21d commit 752658b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ script:
- npm test

after_success:
cat ./coverage/lcov-report/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
cat ./coverage/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 752658b

Please sign in to comment.