Sha256: a777858ca25d82c809e3880aeb01f777664d2cd9b05e7e95197d278fbf7efdcc
Contents?: true
Size: 335 Bytes
Versions: 13
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true # TODO: Always run simplecov again once # https://github.com/colszowka/simplecov/issues/404, # https://github.com/glebm/i18n-tasks/issues/221 are fixed SimpleCov.start do add_filter 'spec/rails/' end if ENV['CI'] == 'true' require 'codecov' SimpleCov.formatter = SimpleCov::Formatter::Codecov end
Version data entries
13 entries across 13 versions & 3 rubygems