Commit 632b3838 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-coverage-parsing-update' into 'master'

Update coverage regex parsing details

Closes #216253

See merge request gitlab-org/gitlab!32513
parents 591ccc71 eaf34fbc
......@@ -118,7 +118,8 @@ job log using a regular expression. In the pipelines settings, search for the
![Pipelines settings test coverage](img/pipelines_settings_test_coverage.png)
Leave blank if you want to disable it or enter a Ruby regular expression. You
can use <https://rubular.com> to test your regex.
can use <https://rubular.com> to test your regex. The regex returns the **last**
match found in the output.
If the pipeline succeeds, the coverage is shown in the merge request widget and
in the jobs table.
......
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