Class: CIHelper::Commands::CheckCoverage
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- CIHelper::Commands::CheckCoverage
- Defined in:
- lib/ci_helper/commands/check_coverage.rb
Instance Method Summary collapse
Methods inherited from BaseCommand
call!, #execute, #execute_with_env, #initialize, process_stdout
Constructor Details
This class inherits a constructor from CIHelper::Commands::BaseCommand
Instance Method Details
#call ⇒ Object
8 9 10 11 12 13 |
# File 'lib/ci_helper/commands/check_coverage.rb', line 8 def call require(path.join(setup_file_path)) unless setup_file_path.nil? ::SimpleCov.collate(files) 0 end |