Sha256: 4b02a2128832a2316ac356a187310bbaaac0ea3b38addbb82a43b99666618ec3

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 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

1 entries across 1 versions & 1 rubygems

Version Path
albacore-0.0.9 lib/albacore/ncoverreports/summaryreport.rb