Skip to content

Commit

Permalink
Maybe it does need to be lcov.info
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestWeiswolf committed Feb 8, 2019
1 parent ab05285 commit acc502e
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 @@ -10,4 +10,4 @@ jobs:
- stage: Produce Coverage
node_js: node

script: npx istanbul cover jasmine --report lcovonly && cat ./coverage/lcov.txt | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
script: npx istanbul cover jasmine --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit acc502e

Please sign in to comment.