mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Merge pull request #4784 from inspec/mj/cc1211
sum-coverage doesnt have -t
This commit is contained in:
commit
dfa2b3bbac
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue