coverlet-coverage / coverlet

Cross platform code coverage for .NET
MIT License
2.93k stars 385 forks source link

[BUG] cobertura.XML receives an unwanted BOM #1602

Closed DominikRoB closed 4 months ago

DominikRoB commented 5 months ago

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?

Bertk commented 5 months ago

Thank you for remind me on this topic.

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

Bertk commented 4 months ago

coverlet V6.0.1 is released.