mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Add .bundle/ to simplecov exclude
This commit is contained in:
parent
7d4f0c5c8a
commit
3133422654
@ -41,6 +41,7 @@ SimpleCov.profiles.define 'app' do
|
|||||||
add_filter '/config/'
|
add_filter '/config/'
|
||||||
add_filter '/db/'
|
add_filter '/db/'
|
||||||
add_filter 'tasks'
|
add_filter 'tasks'
|
||||||
|
add_filter '/.bundle/'
|
||||||
end
|
end
|
||||||
|
|
||||||
## START TRACKING COVERAGE (before activating SimpleCov)
|
## START TRACKING COVERAGE (before activating SimpleCov)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user