Skip to content

Commit

Permalink
Exclude lib folder from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Aug 11, 2015
1 parent 3f5ef39 commit bc7c127
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 @@ -7,4 +7,4 @@ before_script:
- npm install jshint mocha
script:
- npm run lint
- istanbul -x **/lib/** cover ./node_modules/mocha/bin/_mocha test --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- istanbul cover -x **/lib/** ./node_modules/mocha/bin/_mocha test --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit bc7c127

Please sign in to comment.