Sha256: 32a0a788b2141c9161fca27dbc13fa74525b1c9baa7e77bd0bd6c15bd335bbcb

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

require 'albacore/support/albacore_helper'

module NCover
	class SummaryReport
		include YAMLConfig
		
		attr_accessor :output_path
		
		def initialize
			super()
			@report_format = :Xml
		end
		
		def report_type
			:Summary
		end
		
		def report_format
			:Html
		end
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
albacore-0.0.8 lib/albacore/ncoverreports/summaryreport.rb
albacore-0.0.7 lib/albacore/ncoverreports/summaryreport.rb