coverlet icon indicating copy to clipboard operation
coverlet copied to clipboard

[BUG] cobertura.XML receives an unwanted BOM

Open DominikRoB opened this issue 1 year ago • 1 comments

When running coverlet on Win10 on .NET 6, the resulting XML is saved with an encoding "UTF-8 BOM". This seems to break my Jenkins pipeline and I see no configuration to avoid this.

Given that I see no reports on this, I figure this is an edge case with my environment?

DominikRoB avatar Jan 23 '24 18:01 DominikRoB

Thank you for remind me on this topic.

UTF-8 with BOM is not required and should be dropped for code analysis files.

Bertk avatar Jan 30 '24 15:01 Bertk

coverlet V6.0.1 is released.

Bertk avatar Feb 20 '24 13:02 Bertk