Patch by Dmitry Makurin.
git-svn-id: http://svn.redmine.org/redmine/trunk@21080
e93f8b46-1217-0410-a6f0-
8f06a7374b81
file.puts template('source').result(binding).force_encoding('utf-8')
end
end
+ puts output_message(result)
+ end
+
+ def output_message(result)
+ "Coverage report generated for #{result.command_name} to #{output_path}. #{result.covered_lines} / #{result.total_lines} LOC (#{result.covered_percent.round(2)}%) covered."
end
private