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 34c1581 commit f167f76Copy full SHA for f167f76
lib/simplecov/formatter/simple_formatter.rb
@@ -14,7 +14,7 @@ def format(result)
14
output << ("=" * 40)
15
output << "\n"
16
files.each do |file|
17
- output << "#{file.filename} (coverage: #{file.covered_percent.round(2)}%)\n"
+ output << "#{file.filename} (coverage: #{file.covered_percent.floor(2)}%)\n"
18
end
19
20
0 commit comments