Commit ad649385 authored by Evan Read's avatar Evan Read

Fix link in test coverage deprecation

parent dcd80772
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
reporter: jreporter # GitLab username of the person reporting the deprecation reporter: jreporter # GitLab username of the person reporting the deprecation
body: | # Do not modify this line, instead modify the lines below. body: | # Do not modify this line, instead modify the lines below.
To simplify setting a test coverage pattern, in GitLab 15.0 the To simplify setting 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-deprecated) [project setting for test coverage parsing](https://docs.gitlab.com/ee/ci/pipelines/settings.html#add-test-coverage-results-using-project-settings-deprecated)
is being removed. is being removed.
Instead, using the project’s `.gitlab-ci.yml`, provide a regular expression with the `coverage` keyword to set Instead, using the project’s `.gitlab-ci.yml`, provide a regular expression with the `coverage` keyword to set
......
...@@ -690,7 +690,7 @@ Before updating GitLab, review the details carefully to determine if you need to ...@@ -690,7 +690,7 @@ Before updating GitLab, review the details carefully to determine if you need to
changes to your code, settings, or workflow. changes to your code, settings, or workflow.
To simplify setting a test coverage pattern, in GitLab 15.0 the To simplify setting 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-deprecated) [project setting for test coverage parsing](https://docs.gitlab.com/ee/ci/pipelines/settings.html#add-test-coverage-results-using-project-settings-deprecated)
is being removed. is being removed.
Instead, using the project’s `.gitlab-ci.yml`, provide a regular expression with the `coverage` keyword to set Instead, using the project’s `.gitlab-ci.yml`, provide a regular expression with the `coverage` keyword to set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment