opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
780 stars 201 forks source link

Conformance: remove labels from junit reporter output #534

Closed sudo-bmitch closed 2 months ago

sudo-bmitch commented 3 months ago

The junit conformance reports now include labels by default that break the web site rendering. Rather than complicate the rendering with label parsers, this stops them from being included.

sudo-bmitch commented 3 months ago

@jdolitsky, the other option I considered was updating your go-junit parser to separate labels from the test name.