Skip to content

Method CoverageΒ #2

@dberry-rcs

Description

@dberry-rcs

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% |
+---------+--------+--------+--------+

Metadata

Metadata

Assignees

Labels

ParsingAn issue reletad to parsing the coverage xml.SummaryAn issue related to creating the code coverage summary.enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions