Welcome to mirror list, hosted at ThFree Co, Russian Federation.

15-0-removal-artifacts-keyword.yml « 15_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f5eb4804d7d241571811963e23827a49629004a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- title: "`artifacts:reports:cobertura` keyword"
  announcement_milestone: "14.7"
  announcement_date: "2022-02-22"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"
  breaking_change: true
  body: |
     As of GitLab 15.0, the [`artifacts:reports:cobertura`](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscobertura-removed)
     keyword has been [replaced](https://gitlab.com/gitlab-org/gitlab/-/issues/344533) by
     [`artifacts:reports:coverage_report`](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report).
     Cobertura is the only supported report file, but this is the first step towards GitLab supporting other report types.

# The following items are not published on the docs page, but may be used in the future.
  stage: Verify
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/348980
  documentation_url: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscobertura-removed