-
Notifications
You must be signed in to change notification settings - Fork 7
Display code coverage report on console on dotnet test --collect "Code Coverage" #8
Comments
There are two implementation approaches:
What are the pros and cons? Why is former better than later? IMHO, second approach would have helped us in the Translation Layer case as well. Imagine someone triggering test run directly on file save (instead of running |
CoverageLogger looks something similar to https://github.com/smadala/samples/tree/master/CoverageLogger /cc @mayankbansal018 |
If I have to break down the overall process for converting .coverage to .lcov, these are the steps involved:
IMHO, we should create vstest logger for achieving 1 and 2. |
Awesome. Is someone already working on getting the coveragelogger into this repo? Logger should also involve displaying the information in .lcov. Please keep everything |
Is someone already working on getting the coveragelogger into this repo? @harshjain2 Has worked on this yesterday. Today I'm planning to work with him and you. To get this to closer.
For POC, I'm not much worried on architecture/reusable . If we have proper tests(TDD) we can refactor it later 😄 |
I don't have the required OS to work on this issue.
Your call :) |
Any time today, drop by my desk, We can do pair programming on my machine 😄
Scoping down everything. We have DEADlines 😄 |
Picking up #27 to complete this. |
Description
dotnet test --collect "Code coverage"
should show coverage info for each module on consoleSteps to reproduce
Expected behavior
Something similar to below image

Actual behavior
dotnet test
just prints .coverage file path.The text was updated successfully, but these errors were encountered: