diff options
| author | Zack Hobson | 2013-12-26 16:57:22 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-12-26 16:57:22 -0800 |
| commit | ee5c39963760ba3883189266aa4544ef0e838129 (patch) | |
| tree | b125499147911c8e6921577a7fc9830268634cc3 | |
| parent | 0dfd2e260e55e7f69ed87198e380340bed25fa4c (diff) | |
| download | hcl-ee5c39963760ba3883189266aa4544ef0e838129.tar.bz2 | |
test_helper: turn up the minimum required C0 coverage
| -rw-r--r-- | test/test_helper.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 98c0b35..e8c1657 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -9,11 +9,7 @@ begin source_file.lines.count < 15 end # source: https://travis-ci.org/zenhob/hcl - minimum_coverage case RUBY_ENGINE - when "rbx" then 84 - when "jruby" then 73 - else 78 - end + minimum_coverage 84 end rescue LoadError => e $stderr.puts 'No test coverage tools found, skipping coverage check.' |
