Skip to content

Cobertura parser: Extract source path OS-agnostically

Superseded by !82494 (closed)

What does this MR do and why?

Resolves #336403 (closed) by turning the hard-coded, Unix-style path split with forward slashes into a 2-step process that uses regular expressions to match and remove a Windows-style path with backslashes also.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

  • I have evaluated the MR acceptance checklist for this MR.
  • As this effectively makes a feature wider applicable, a changelog entry could be useful?
Edited by Katrin Leinweber (GTLB)

Merge request reports