Skip to content
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

Add support for dotnet test --collect:"Code Coverage" for non VS-Enterprise users #1312

Closed
suryagh opened this issue Dec 1, 2017 · 3 comments

Comments

@suryagh
Copy link

suryagh commented Dec 1, 2017

Description

Can we have code coverage for non-enterprise Visual Studio Users?

dotnet test --collect:"Code Coverage" only works if Visual Studio Enterprise is installed.

Ability to check code coverage is important for any application development. So, can we please have this prioritized?

Thanks!

@AdrienneCohea
Copy link

I'm trying to make the argument at my company to migrate to .NET Core. I can't in good conscience make this argument though because we would be losing code coverage in our CI/CD pipeline.

In my opinion, the enhancement label should be removed for this issue. Code coverage is an integral part of tooling. It is not an enhancement. Build tooling is not feature-complete without code coverage.

@pvlakshm
Copy link
Contributor

We are starting on enabling code coverage via dotnet test as described in this RFC.

@smadala
Copy link
Contributor

smadala commented Aug 9, 2018

Dupe of #981 . Installing VS 15.8(non-enterprise also) should fix this issue.

@smadala smadala closed this as completed Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants