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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/15_0/15-0-removal-testcoveragesetting.yml')
-rw-r--r--data/removals/15_0/15-0-removal-testcoveragesetting.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-removal-testcoveragesetting.yml b/data/removals/15_0/15-0-removal-testcoveragesetting.yml
new file mode 100644
index 00000000000..bd72a28f0db
--- /dev/null
+++ b/data/removals/15_0/15-0-removal-testcoveragesetting.yml
@@ -0,0 +1,14 @@
+- name: "Test coverage project CI/CD setting" # The headline announcing the removal. i.e. "`CI_PROJECT_CONFIG_PATH` removed in Gitlab 14.0"
+ announcement_milestone: "14.8" # The milestone when this feature was deprecated.
+ announcement_date: "2022-03-22" # The date of the milestone release when this feature was deprecated. This should almost always be the 22nd of a month (YYYY-MM-DD), unless you did an out of band blog post.
+ removal_milestone: "15.0" # The milestone when this feature is being removed.
+ removal_date: "2022-05-22" # This should almost always be the 22nd of a month (YYYY-MM-DD), the date of the milestone release when this feature will be removed.
+ breaking_change: true # Change to true if this removal is a breaking change.
+ reporter: jreporter # GitLab username of the person reporting the removal
+ body: | # Do not modify this line, instead modify the lines below.
+ To specify 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-to-a-merge-request-removed)
+ has been removed.
+
+ To set test coverage parsing, use the project’s `.gitlab-ci.yml` file by providing a regular expression with the
+ [`coverage` keyword](https://docs.gitlab.com/ee/ci/yaml/index.html#coverage).