Commit 1bdfeab2 authored by Albert Salim's avatar Albert Salim

Merge branch 'tkuah-master-patch-56944' into 'master'

Comment why we don't care about sherlock coverage

See merge request gitlab-org/gitlab!74761
parents 8d2c7f09 70887f41
......@@ -49,7 +49,7 @@ module SimpleCovEnv
track_files '{app,config/initializers,config/initializers_before_autoloader,db/post_migrate,haml_lint,lib,rubocop,tooling}/**/*.rb'
add_filter '/vendor/ruby/'
add_filter '/app/controllers/sherlock/'
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 '/lib/gitlab/sidekiq_middleware/'
......
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