Sha256: 53b6c7562ca2fdcc9f240aa142495f082b58792df3a11f69a163f67d040798ce
Contents?: true
Size: 338 Bytes
Versions: 6
Compression:
Stored size: 338 Bytes
Contents
require 'albacore/support/albacore_helper' module NCover class SummaryReport include YAMLConfig attr_accessor :output_path def initialize @report_format = :Xml super() end def report_type :Summary end def report_format :Html end end end
Version data entries
6 entries across 6 versions & 1 rubygems