-
-
Notifications
You must be signed in to change notification settings - Fork 65
Description
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% |
+---------+--------+--------+--------+