Commit 220a87b8 authored by Thong Kuah's avatar Thong Kuah

Merge branch '345975-db-fixtures-simplecov-filter-update' into 'master'

Update SimpleCov filter to not ignore production fixtures

See merge request gitlab-org/gitlab!75299
parents 14b2909c 3b9ac5bd
......@@ -51,7 +51,7 @@ module SimpleCovEnv
add_filter '/vendor/ruby/'
add_filter '/app/controllers/sherlock/' # Profiling tool used only in development
add_filter '/bin/'
add_filter 'db/fixtures/' # Matches EE files as well
add_filter 'db/fixtures/development/' # Matches EE files as well
add_group 'Channels', 'app/channels' # Matches EE files as well
add_group 'Controllers', 'app/controllers' # Matches EE files as well
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment