Commit 81ae46c4 authored by Etienne Baqué's avatar Etienne Baqué

Merge branch 'enable-branch-coverage' into 'master'

Enable branch coverage for SimpleCov

See merge request gitlab-org/gitlab!81504
parents 5996141e e6367a0f
......@@ -49,6 +49,7 @@ module SimpleCovEnv
def configure_profile
SimpleCov.configure do
enable_coverage :branch
load_profile 'test_frameworks'
track_files '{app,config/initializers,config/initializers_before_autoloader,db/post_migrate,haml_lint,lib,rubocop,tooling}/**/*.rb'
......
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