Using even the sample from https://gcovr.com/en/stable/output/cobertura.html, 'dotnet-coverage merge' marks it as an invalid file.
Changing all the dots to commas (representing numbers, e.g. 5.0 vs 5,0) suddenly everything starts to work again.
Using the tool should be language independent and parse cobertura files using dots only for number representation.
Using even the sample from https://gcovr.com/en/stable/output/cobertura.html, 'dotnet-coverage merge' marks it as an invalid file. Changing all the dots to commas (representing numbers, e.g. 5.0 vs 5,0) suddenly everything starts to work again.
Using the tool should be language independent and parse cobertura files using dots only for number representation.
AB#2242145