-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data collection support in vstest #309
Comments
|
For code coverage, there can be an exception to support first class argument since we can use default parameters in case user hasn't provided explicit parameters in runsettings. That's how /EnableCodeCoverage was supported in TPV1. |
Some open questions we need to decide on. Acquisition of data collectorsChoices:
Enable/disable of data collectorsChoices:
Configuring a data collectorA data collector can be configured with runsettings or with CLI arguments passed in with Authoring own datacollector
|
Acquisition – Choice 3 |
we need a better way to enable extensions (data collectors, loggers) through first class CLI switch without using runsettings. |
The spec is here - https://github.com/Microsoft/vstest-docs/blob/master/docs/analyze.md |
Any update on this? we need test coverage to work in .net core application, stranded a bit. |
@aKabirKhan Code coverage for .net core is available on |
Closing this issue since data collector support is available in test platform now. Some work is pending for code coverage support, it is tracked in #579 |
Thank you @codito. I will give it a go. |
What could be an issue if |
Portable PDBs not yet supported until 15.4 according to https://developercommunity.visualstudio.com/comments/84459/view.html |
Description
data collectors are an extensibility point for the test platform. What is the CLI experience for the data collection support?
I am not sure whether integrating opencover as a data collector make sense. I see that it is currently has a command line tool with rich set of arguments.
Also what will be the way to pick the data collector? like logger.
The text was updated successfully, but these errors were encountered: