Sha256: cceaf0834564ee028f37e2df8977a5ccffae9961d837e1c7e071a9ae6bbad514
Contents?: true
Size: 364 Bytes
Versions: 7
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true if ENV['CI'] require 'simplecov' 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::LcovFormatter]) SimpleCov.start end
Version data entries
7 entries across 7 versions & 1 rubygems