Sha256: e30dcf543e29814fc857704db1b29c47de40dfe6a01520db7f627005a1ccd9b0
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true SimpleCov.configure do enable_coverage :branch add_filter '/spec/' add_group 'Libraries', '/lib/' if ENV['CI'] require 'simplecov-lcov' SimpleCov::Formatter::LcovFormatter.config do |c| c.report_with_single_file = true c.single_report_path = 'coverage/lcov.info' end formatter SimpleCov::Formatter::LcovFormatter end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
modware-1.0.2 | .simplecov |
modware-1.0.1 | .simplecov |
modware-1.0.0 | .simplecov |