mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Filter tests from coverage
This commit is contained in:
parent
235ea144dd
commit
cb409e36f8
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ end
|
|||
ENV['RACK_ENV'] = ENV['RAILS_ENV'] = 'test'
|
||||
if ENV.has_key?("SIMPLECOV")
|
||||
require 'simplecov'
|
||||
SimpleCov.start
|
||||
SimpleCov.start do
|
||||
add_filter "/test/"
|
||||
end
|
||||
end
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue