1
0
Fork 0

Exclude factories from coverage report

This commit is contained in:
Alex Kotov 2018-11-23 01:30:11 +05:00
parent 2c911d9cde
commit e9ebb12e06
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# frozen_string_literal: true
SimpleCov.start 'rails' do
add_filter '/factories/'
add_filter '/spec/'
add_group 'Channels', '/app/channels/'