Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
DominikRoB opened this issue Jan 23, 2024 · 2 comments · Fixed by #1604
Closed

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

DominikRoB opened this issue Jan 23, 2024 · 2 comments · Fixed by #1604
Assignees
Labels
enhancement General enhancement request Solved The issue is solved and can be closed

Comments

@DominikRoB
Copy link

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?

@github-actions github-actions bot added the untriaged To be investigated label Jan 23, 2024
@Bertk Bertk added enhancement General enhancement request and removed untriaged To be investigated labels Jan 30, 2024
@Bertk
Copy link
Collaborator

Bertk commented Jan 30, 2024

Thank you for remind me on this topic.

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

@Bertk Bertk added the Solved The issue is solved and can be closed label Feb 1, 2024
@Bertk Bertk self-assigned this Feb 7, 2024
@Bertk
Copy link
Collaborator

Bertk commented Feb 20, 2024

coverlet V6.0.1 is released.

@Bertk Bertk closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General enhancement request Solved The issue is solved and can be closed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants