Generate coverage reports to the given output.
Parameters:
The output stream to write the coverage report to.
86 87 88
# File 'lib/covered/config.rb', line 86 def call(output) policy.call(output) end