Sha256: 4f28e898f04ef53f5b64b1f17190ac010fd672098ca9fc143d209faa72547d9e
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 Bytes
Contents
require 'albacore/albacoremodel' module NCover class FullCoverageReport include AlbacoreModel attr_accessor :output_path def initialize super() end def report_type :FullCoverageReport end def report_format :Html end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
albacore-0.2.0.preview1 | lib/albacore/ncoverreports/fullcoveragereport.rb |