diff options
| -rw-r--r-- | codeclimate/export-coverage.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codeclimate/export-coverage.rb b/codeclimate/export-coverage.rb index 3b99620..a7a2c12 100644 --- a/codeclimate/export-coverage.rb +++ b/codeclimate/export-coverage.rb @@ -4,12 +4,10 @@ require_relative 'env' class ReportCoverage class <<self def format - puts ENV['CC_TEST_REPORTER_ID'] puts `./codeclimate/test-reporter-latest-linux-amd64 format-coverage -t simplecov` end def upload - puts ENV['CC_TEST_REPORTER_ID'] puts `./codeclimate/test-reporter-latest-linux-amd64 upload-coverage --id #{ENV['CC_TEST_REPORTER_ID']}` end end |
