diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-11-26 03:11:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-11-26 03:11:11 +0000 |
commit | 7de2fb40ba7d04779a8a2757faa3cf54fdc8f7c1 (patch) | |
tree | a09745a1b22a6b588551b0478998737a1565a533 /spec/simplecov_env.rb | |
parent | 118b785094556d1bc1a9ead43b41edfaec5dc8ff (diff) | |
download | gitlab-ce-7de2fb40ba7d04779a8a2757faa3cf54fdc8f7c1.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/simplecov_env.rb')
-rw-r--r-- | spec/simplecov_env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/simplecov_env.rb b/spec/simplecov_env.rb index c880f2d0829..25dd3a937ca 100644 --- a/spec/simplecov_env.rb +++ b/spec/simplecov_env.rb @@ -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 |