14 lines
1.3 KiB
YAML
14 lines
1.3 KiB
YAML
- 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).
|