Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
hopefully found the correct value now
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed May 31, 2018
1 parent dc16265 commit 0935557
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 @@ -12,6 +12,6 @@ before_script:
- npm install
- npm install codeclimate-test-reporter istanbul -g
script:
- istanbul cover "./node_modules/mocha/bin/_mocha" --report lcovonly --print detail -- -R test
- istanbul cover "./node_modules/mocha/bin/_mocha" --report lcovonly --print detail -- --recursive --reporter spec
after_success:
- codeclimate-test-reporter < ./coverage/lcov.info

0 comments on commit 0935557

Please sign in to comment.