Method: Covered::Config#call

Defined in:
lib/covered/config.rb

#call(output) ⇒ Object

Generate coverage reports to the given output.

Parameters:

  • output (IO)

    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