Skip to content

Ignore sources node from cobertura XML

Erick Bajao requested to merge eb-skip-cobertura-sources into master

What does this MR do?

Solves #215747 (closed)

In the spirit of iteration, we will do the simplest solution first to the problem. And that is to officially document that we don't support the sources element in the Cobertura XML. We currently don't actually, but it's just that there are exceptions raised when the sources contains multiple source nodes. This MR addresses this to avoid the error by skipping the sources node when parsing the XML.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports