Commit 3b9ac5bd authored by Krasimir Angelov's avatar Krasimir Angelov

Update SimpleCov filter to not ignore production fixtures

https://gitlab.com/gitlab-org/gitlab/-/issues/345975
parent fc23ee11
......@@ -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