Commit 138d46cf authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'turn-on-group-coverage-reports-by-defauly' into 'master'

Turn on Group CoverageReports by default

See merge request gitlab-org/gitlab!40157
parents ae684391 a534d4c3
......@@ -17,7 +17,7 @@ module Gitlab
FEATURE_FLAG_DEFAULTS = {
PRODUCTIVITY_ANALYTICS_FEATURE_FLAG => true,
GROUP_COVERAGE_REPORTS_FEATURE_FLAG => false,
GROUP_COVERAGE_REPORTS_FEATURE_FLAG => true,
CYCLE_ANALYTICS_FEATURE_FLAG => true
}.freeze
......
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