Class: SimpleCovJSONFormatter::ResultExporter
- Inherits:
-
Object
- Object
- SimpleCovJSONFormatter::ResultExporter
- Defined in:
- lib/undercover/simplecov_formatter.rb
Instance Method Summary collapse
Instance Method Details
#export_path ⇒ Object
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 |