Skip to content

Commit

Permalink
Fixing lcov output from compose to correctly go into coveralls cli
Browse files Browse the repository at this point in the history
  • Loading branch information
anarqz committed Jun 2, 2018
1 parent 77afe0a commit 099aa14
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 @@ -6,4 +6,4 @@ before_install:
- npm i -g coveralls
install: make start
script: make check
after_success: make lcov | coveralls
after_success: make lcov | tail -n +5 | coveralls

0 comments on commit 099aa14

Please sign in to comment.