Merge pull request #4784 from inspec/mj/cc1211

sum-coverage doesnt have -t
This commit is contained in:
Miah Johnson 2019-12-11 17:36:22 -08:00 committed by GitHub
commit dfa2b3bbac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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