=html_escape(_('The regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable.'))%{regex: '<code>\(\d+.\d+%\)</code>'.html_safe}
=html_escape(_('The regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable.'))%{regex: '<code>\(\d+.\d+%\)</code>'.html_safe}
@@ -52,7 +52,12 @@ from any job in any stage in the pipeline. The coverage displays for each line:
...
@@ -52,7 +52,12 @@ from any job in any stage in the pipeline. The coverage displays for each line:
Hovering over the coverage bar provides further information, such as the number
Hovering over the coverage bar provides further information, such as the number
of times the line was checked by tests.
of times the line was checked by tests.
Uploading a test coverage report does not enable [test coverage results in Merge Requests](../../../ci/pipelines/settings.md#add-test-coverage-results-to-a-merge-request-deprecated) or [code coverage history](../../../ci/pipelines/settings.md#view-code-coverage-history). You must configure these separately.
Uploading a test coverage report does not enable:
-[Test coverage results in merge requests](../../../ci/pipelines/settings.md#merge-request-test-coverage-results).