Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlucas committed Aug 16, 2015
1 parent e8713e5 commit f1642c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tool/send_coveralls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ echo "Covering cpp"
cpp-coveralls -b lib/src -t faketoken --dump coverage/cpp_coverage.json

merged_json=coverage/merged.json
echo "Merging coverage files"
python tool/coveralls_merge.py coverage/* $merged_json

echo 'Uploading to coveralls.io...'
curl -v -F json_file=@$merged_json https://coveralls.io/api/v1/jobs

0 comments on commit f1642c8

Please sign in to comment.