diff options
| author | realtradam <[email protected]> | 2021-06-10 13:30:43 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-06-10 13:30:43 -0400 |
| commit | 26a23996164f3e056c440ac142c8eb71c892b501 (patch) | |
| tree | fe445ce2e1f8e6d6c77787e6babd5591accc37f3 /codeclimate | |
| parent | f79d08089a49ca0f2aa2318b1a13ccabda2d9aaa (diff) | |
| download | FelECS-26a23996164f3e056c440ac142c8eb71c892b501.tar.gz FelECS-26a23996164f3e056c440ac142c8eb71c892b501.zip | |
cleanup
Diffstat (limited to 'codeclimate')
| -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 |
