-
-
Notifications
You must be signed in to change notification settings - Fork 69
Method Coverage #2
Copy link
Copy link
Open
Labels
ParsingAn issue reletad to parsing the coverage xml.An issue reletad to parsing the coverage xml.SummaryAn issue related to creating the code coverage summary.An issue related to creating the code coverage summary.enhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
ParsingAn issue reletad to parsing the coverage xml.An issue reletad to parsing the coverage xml.SummaryAn issue related to creating the code coverage summary.An issue related to creating the code coverage summary.enhancementNew feature or requestNew feature or request
Feature Request
It would also be useful to have Method coverage reported by the tool.
Expected Behaviour
There would be an additional column that reports Method coverage
Additional Context
Similar to what is printed out by dotnet test:
Calculating coverage result...
Generating report './bin/test-results/coverage.cobertura.xml'
+------------------+--------+--------+--------+
| Module | Line | Branch | Method |
+------------------+--------+--------+--------+
| RCS.Libs.ArgUtil | 93.82% | 95.83% | 92.3% |
+------------------+--------+--------+--------+
+---------+--------+--------+--------+
| | Line | Branch | Method |
+---------+--------+--------+--------+
| Total | 93.82% | 95.83% | 92.3% |
+---------+--------+--------+--------+
| Average | 93.82% | 95.83% | 92.3% |
+---------+--------+--------+--------+