Skip to content

Fix coverage regexes in table

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

Fix coverage regexes, reapply !144268 (merged)

  1. Reapply the fix from MR !144268 (merged), which was reverted (probably accidentally?) when this page was changed to a table layout.
  2. Escape vertical pipe characters inside of the table, ensuring that regexes render correctly.

(2) is a result of the fact that the regexes as written in raw text do not match the copy-paste-able render. This is a cause for some concern, but in the scope of this change it is being ignored in favor of correcting the content in its current format.


My opinion here is that the change to a table format was a mistake and should be reverted. However, working within the layout provided, this corrects the content.

Edited by Stephen Rosen

Merge request reports