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 running projects with coverlet.collector installed #31

Open
AdmiringWorm opened this issue Apr 27, 2022 · 0 comments
Open
Labels
Improvement Issues that enhances existing functionality, or adds new features

Comments

@AdmiringWorm
Copy link
Member

Is Your Feature Request Related To A Problem? Please describe.

Projects that use coverlet.collector instead of coverlet.msbuild is not detected and ran with the correct arguments to use coverlet as the coverage collection to use. Instead, the application OpenCover are used in these cases, which may in many cases not be able to collect the coverage report necessary.

Describe The Solution. Why is it needed?

Add support for detecting coverlet.collector automatically, and pass along the correct arguments when running the dotnet test utility.

Additional Context.

N/A

Related Issues

N/A

@gep13 gep13 added the Improvement Issues that enhances existing functionality, or adds new features label Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Issues that enhances existing functionality, or adds new features
Projects
None yet
Development

No branches or pull requests

2 participants