mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
sum coverage from parallelized tests
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
fe8f868504
commit
05380a654e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue