Class: CircleCIReporter::Reporters::Flow
- Inherits:
-
Base
- Object
- Base
- CircleCIReporter::Reporters::Flow
show all
- Defined in:
- lib/circleci_reporter/reporters/flow.rb
Class Method Summary
collapse
Methods inherited from Base
#active?, #initialize, #name, #report
Class Method Details
.default_dir ⇒ Object
11
12
13
|
# File 'lib/circleci_reporter/reporters/flow.rb', line 11
def self.default_dir
'flow-coverage'
end
|
.default_html_file_name ⇒ Object
15
16
17
|
# File 'lib/circleci_reporter/reporters/flow.rb', line 15
def self.default_html_file_name
'index.html'
end
|
.default_json_file_name ⇒ Object
19
20
21
|
# File 'lib/circleci_reporter/reporters/flow.rb', line 19
def self.default_json_file_name
'flow-coverage.json'
end
|