summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-08 21:07:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-08 21:07:27 +0000
commit613e4f4449cce8a8d5bf1db4694bb63cf9b610cb (patch)
tree74ebf601941f473b6ff3fb4f78b11efd0f7e680b
parentf642ce052a15eab69644f9958c016c4312e15bc0 (diff)
downloadgitlab-ce-613e4f4449cce8a8d5bf1db4694bb63cf9b610cb.tar.gz
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/ci/yaml/artifacts_reports.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ci/yaml/artifacts_reports.md b/doc/ci/yaml/artifacts_reports.md
index 486e37407ad..289e8b91104 100644
--- a/doc/ci/yaml/artifacts_reports.md
+++ b/doc/ci/yaml/artifacts_reports.md
@@ -80,6 +80,20 @@ GitLab can display the results of one or more reports in:
- The [security dashboard](../../user/application_security/security_dashboard/index.md).
- The [Project Vulnerability report](../../user/application_security/vulnerability_report/index.md).
+<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
+
+## `artifacts:reports:cobertura` (removed)
+
+> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/3708) in GitLab 12.9.
+> - [Deprecated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78132) in GitLab 14.9.
+> - [Removed](https://gitlab.com/gitlab-org/gitlab/-/issues/348980) in GitLab 15.0.
+
+This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78132) in GitLab 14.9 and
+[removed](https://gitlab.com/gitlab-org/gitlab/-/issues/348980) in GitLab 15.0. Use `artifacts:reports:coverage_report`
+instead.
+
+<!--- end_remove -->
+
## `artifacts:reports:coverage_report`
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/344533) in GitLab 14.10.