We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9fdb9 commit 54b74c0Copy full SHA for 54b74c0
lib/simplecov_json_formatter.rb
@@ -28,8 +28,8 @@ def export_formatted_result(result_hash)
28
end
29
30
def output_message(result)
31
- "JSON Coverage report generated for #{result.command_name} to #{SimpleCov.coverage_path}. \
32
- #{result.covered_lines} / #{result.total_lines} LOC (#{result.covered_percent.round(2)}%) covered."
+ "JSON Coverage report generated for #{result.command_name} to #{SimpleCov.coverage_path}. " \
+ "#{result.covered_lines} / #{result.total_lines} LOC (#{result.covered_percent.round(2)}%) covered."
33
34
35
0 commit comments