summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-29 21:10:44 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-29 21:10:44 +0000
commitcb37aee9894007e60893693d5d48199ea0f0958f (patch)
tree49cfdd627a74b5f3f94b0a498a39e3be3b38af33 /data
parent888564d614552b19b44029f530a67592d66c06fd (diff)
downloadgitlab-ce-cb37aee9894007e60893693d5d48199ea0f0958f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-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..b929eaa96dd
--- /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: exampleuser # 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, beginning 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-deprecated)
+ 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).