Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 54b74c0

Browse files
eggplantsbquorning
andauthored
Remove extra spaces (#8)
* Remove extra spaces * Update lib/simplecov_json_formatter.rb Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com> --------- Co-authored-by: Benjamin Quorning <22333+bquorning@users.noreply.github.com>
1 parent ce9fdb9 commit 54b74c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/simplecov_json_formatter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def export_formatted_result(result_hash)
2828
end
2929

3030
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."
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."
3333
end
3434
end
3535
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /