Skip to content

Commit

Permalink
yet another coverage report attemp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarca committed May 30, 2017
1 parent f70bbab commit 4fa151e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ notifications:
on_failure: change

after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < tap --coverage-report=lcov
- npm install codeclimate-test-reporter
- ./node_modules/.bin/tap --coverage-report=text-lcov | ./node_modules/.bin/codeclimate-test-reporter

0 comments on commit 4fa151e

Please sign in to comment.