Method Coverage #2
Labels
enhancement
New feature or request
Parsing
An issue reletad to parsing the coverage xml.
Summary
An issue related to creating the code coverage summary.
Milestone
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% |
+---------+--------+--------+--------+
The text was updated successfully, but these errors were encountered: