Sha256: 7bfd043873b9c76d7d4188e891bf1c1dd097c8d8f6c83a8d93876644efe8e128
Contents?: true
Size: 425 Bytes
Versions: 3
Compression:
Stored size: 425 Bytes
Contents
require 'simplecov-lcov' SimpleCov::Formatter::LcovFormatter.config do |c| c.output_directory = 'coverage' c.lcov_file_name = 'lcov.info' c.report_with_single_file = true end SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([ SimpleCov::Formatter::HTMLFormatter, SimpleCov::Formatter::LcovFormatter ]) SimpleCov.start do add_filter 'spec/' add_filter 'features/' enable_coverage :branch end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
edtf-3.2.0 | .simplecov |
edtf-3.1.1 | .simplecov |
edtf-3.1.0 | .simplecov |