sum coverage from parallelized tests

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-12-03 19:08:45 -08:00
parent fe8f868504
commit 05380a654e

View file

@ -49,6 +49,7 @@ bundle exec rake test
EXIT_CODE=$?
echo "+++ formatting and uploading test coverage"
./test-reporter sum-coverage -t simplecov
./test-reporter after-build -t simplecov --exit-code "$EXIT_CODE"
echo "--- uploading test-reporter.sha to s3"