1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

bump simplecov

This commit is contained in:
Mike Perham 2020-01-31 10:19:20 -08:00
parent 9970082a12
commit d35c934806
2 changed files with 4 additions and 5 deletions

View file

@ -80,7 +80,6 @@ GEM
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.2.0)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
@ -151,11 +150,10 @@ GEM
rubocop-performance (1.5.1)
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
simplecov (0.17.0)
simplecov (0.18.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov-html (~> 0.11.0)
simplecov-html (0.11.0)
sprockets (4.0.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)

View file

@ -13,6 +13,7 @@ ENV["N"] = "0"
if ENV["COVERAGE"]
require 'simplecov'
SimpleCov.start do
enable_coverage :branch
add_filter "/test/"
add_filter "/myapp/"
end