Commit 24490f47 authored by James Fargher's avatar James Fargher

Merge branch 'coverage-reports-feature-category' into 'master'

Tag the Group::CoverageReportsController with the CI feature_category

See merge request gitlab-org/gitlab!45447
parents 08501ae2 cfa851b8
# frozen_string_literal: true
class Groups::Analytics::CoverageReportsController < Groups::Analytics::ApplicationController
feature_category :code_testing
COVERAGE_PARAM = 'coverage'.freeze
before_action :load_group
......
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