mirror of
https://github.com/inspec/inspec
synced 2024-11-26 06:30:26 +00:00
sum-coverage doesnt have -t
Error: unknown shorthand flag: 't' in -t Usage: cc-test-reporter sum-coverage [flags] Flags: -o, --output string output path (default "coverage/codeclimate.json") -p, --parts int total number of parts to sum Global Flags: -d, --debug run in debug mode Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
42e90f08a5
commit
93670a7738
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…
Reference in a new issue