Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #20 from FormidableLabs/chore-coverage-aggregate
Browse files Browse the repository at this point in the history
[WIP] Chore: Aggregate client-side coverage.
  • Loading branch information
ryan-roemer committed Mar 6, 2015
2 parents a45f153 + a05a888 commit 0db48d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,4 +27,4 @@ script:
# Manually send coverage reports to coveralls.
# - First client result
# - Only server result
- cat "coverage/client/$(ls coverage/client | head -n 1)/lcov.info" "coverage/server/lcov.info" | ./node_modules/.bin/coveralls
- cat coverage/client/*/lcov.info coverage/server/lcov.info | ./node_modules/.bin/coveralls

0 comments on commit 0db48d4

Please sign in to comment.