Class: CircleCIReporter::Reporters::Flow

Inherits:
Base
  • Object
show all
Defined in:
lib/circleci_reporter/reporters/flow.rb

Class Method Summary collapse

Methods inherited from Base

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

Constructor Details

This class inherits a constructor from CircleCIReporter::Reporters::Base

Class Method Details

.default_dirObject



11
12
13
# File 'lib/circleci_reporter/reporters/flow.rb', line 11

def self.default_dir
  'flow-coverage'
end

.default_html_file_nameObject



15
16
17
# File 'lib/circleci_reporter/reporters/flow.rb', line 15

def self.default_html_file_name
  'index.html'
end

.default_json_file_nameObject



19
20
21
# File 'lib/circleci_reporter/reporters/flow.rb', line 19

def self.default_json_file_name
  'flow-coverage.json'
end