Skip to content

Commit 3133422

Browse files
committed
Add .bundle/ to simplecov exclude
1 parent 7d4f0c5 commit 3133422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.simplecov

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ SimpleCov.profiles.define 'app' do
4141
add_filter '/config/'
4242
add_filter '/db/'
4343
add_filter 'tasks'
44+
add_filter '/.bundle/'
4445
end
4546

4647
## START TRACKING COVERAGE (before activating SimpleCov)

0 commit comments

Comments
 (0)