Class: CircleCI::CoverageReporter::Reporters::SimpleCov

Inherits:
Base
  • Object
show all
Defined in:
lib/circleci/coverage_reporter/reporters/simplecov.rb

Class Method Summary collapse

Methods inherited from Base

#active?, #initialize, #name, #report

Constructor Details

This class inherits a constructor from CircleCI::CoverageReporter::Reporters::Base

Class Method Details

.default_dirObject



10
11
12
# File 'lib/circleci/coverage_reporter/reporters/simplecov.rb', line 10

def self.default_dir
  'coverage'
end

.default_html_file_nameObject



14
15
16
# File 'lib/circleci/coverage_reporter/reporters/simplecov.rb', line 14

def self.default_html_file_name
  'index.html'
end

.default_json_file_nameObject



18
19
20
# File 'lib/circleci/coverage_reporter/reporters/simplecov.rb', line 18

def self.default_json_file_name
  '.last_run.json'
end