summaryrefslogtreecommitdiff
path: root/data/deprecations/14-9-deprecate-testcoveragesetting.yml
blob: 1f50aab1c279c7ab36b9ce563a2723f6c83e3bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- title: "Test coverage project CI/CD setting"  # The name of the feature to be deprecated
  announcement_milestone: "14.8"  # The milestone when this feature was first announced as deprecated.
  removal_milestone: "15.0"  # The milestone when this feature is planned to be removed
  breaking_change: true  # If this deprecation is a breaking change, set this value to true
  reporter: jreporter  # GitLab username of the person reporting the deprecation
  body: |  # Do not modify this line, instead modify the lines below.
      To simplify setting a test coverage pattern, in GitLab 15.0 the
      [project setting for test coverage parsing](https://docs.gitlab.com/ee/ci/pipelines/settings.html#add-test-coverage-results-using-project-settings-removed)
      is being removed.

      Instead, using the project’s `.gitlab-ci.yml`, provide a regular expression with the `coverage` keyword to set
      testing coverage results in merge requests.
  stage: verify