Open
Description
Steps to reproduce:
- Run: dotnet test --collect:"XPlat Code Coverage"
- Run: reportgenerator "-reports:coverage.cobertura.xml" "-targetdir:./" "-reporttypes:JsonSummary"
Actual result:
Branch coverage and total branches are different between coverage.cobertura.xml and reportgenerator Summary.json
Expected result:
Branch coverage and total branches are the same.
Also it seems that reportgenerator calculates it right, based on my issue in their project, please see - danielpalme/ReportGenerator#597
Please let me know to which email address I need to send an original coverage.cobertura.xml in case you need it for debugginh.