Sha256: e8ab2c193434163e234452ec8d4021851798edf4b4d7d3d4534e8c0f92432484
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
require 'albacore/support/albacore_helper' module NCover class FullCoverageReport include YAMLConfig attr_accessor :output_path def initialize super() end def report_type :FullCoverageReport end def report_format :Html end end end
Version data entries
3 entries across 3 versions & 1 rubygems