Commit eaf34fbc authored by Marcel Amirault's avatar Marcel Amirault Committed by Suzanne Selhorn

Update coverage regex parsing details

parent 591ccc71
...@@ -118,7 +118,8 @@ job log using a regular expression. In the pipelines settings, search for the ...@@ -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) ![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 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 If the pipeline succeeds, the coverage is shown in the merge request widget and
in the jobs table. 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