coverlet
coverlet copied to clipboard
[BUG] cobertura.XML receives an unwanted BOM
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?
Thank you for remind me on this topic.
UTF-8 with BOM is not required and should be dropped for code analysis files.
coverlet V6.0.1 is released.