-
Notifications
You must be signed in to change notification settings - Fork 388
Open
Labels
bugSomething isn't workingSomething isn't workingneeds reproNeeds repro to be investigated, cannot repro in localNeeds repro to be investigated, cannot repro in localstale
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds reproNeeds repro to be investigated, cannot repro in localNeeds repro to be investigated, cannot repro in localstale