Exclude factories from coverage report
This commit is contained in:
parent
2c911d9cde
commit
e9ebb12e06
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
SimpleCov.start 'rails' do
|
SimpleCov.start 'rails' do
|
||||||
|
add_filter '/factories/'
|
||||||
add_filter '/spec/'
|
add_filter '/spec/'
|
||||||
|
|
||||||
add_group 'Channels', '/app/channels/'
|
add_group 'Channels', '/app/channels/'
|
||||||
|
|
Reference in a new issue