Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-18 09:08:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-18 09:08:33 +0300
commitef19a5c55c0f38b29f7ac98119041b054c6579c7 (patch)
treea622280b300c5d17a2af0a59ea9b2fa6a663d13c /spec/simplecov_env.rb
parentaed2039d57b51847981e160cf7a1915f3ef490aa (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/simplecov_env.rb')
-rw-r--r--spec/simplecov_env.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/simplecov_env.rb b/spec/simplecov_env.rb
index c5b8a6db605..92f7eb211d6 100644
--- a/spec/simplecov_env.rb
+++ b/spec/simplecov_env.rb
@@ -46,8 +46,10 @@ module SimpleCovEnv
add_filter 'lib/gitlab/sidekiq_middleware/'
add_filter 'lib/system_check/'
+ add_group 'Channels', 'app/channels'
add_group 'Controllers', 'app/controllers'
add_group 'Finders', 'app/finders'
+ add_group 'GraphQL', 'app/graphql'
add_group 'Helpers', 'app/helpers'
add_group 'Libraries', 'lib'
add_group 'Mailers', 'app/mailers'