Class: SimpleCovJSONFormatter::ResultExporter

Inherits:
Object
  • Object
show all
Defined in:
lib/undercover/simplecov_formatter.rb

Instance Method Summary collapse

Instance Method Details

#export_pathObject



9
10
11
12
13
# File 'lib/undercover/simplecov_formatter.rb', line 9

def export_path
  # :nocov:
  File.join(SimpleCov.coverage_path, SimpleCov::Formatter::Undercover.output_filename || FILENAME)
  # :nocov:
end