Sha256: 2de295dfe547b2f565acb178aa325bb82fb77bdb7f854e02b1a23957fe7914d1
Contents?: true
Size: 364 Bytes
Versions: 15
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true require 'simplecov-lcov' SimpleCov::Formatter::LcovFormatter.config do |c| c.report_with_single_file = true c.single_report_path = 'coverage/lcov.info' end SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new( [ SimpleCov::Formatter::HTMLFormatter, SimpleCov::Formatter::LcovFormatter ] ) SimpleCov.start
Version data entries
15 entries across 15 versions & 2 rubygems