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

Ability to force-instrument modules without corresponding source files #1363

Closed

Conversation

searoz
Copy link

@searoz searoz commented Jul 14, 2022

This PR adds an option to force-instrument modules without pdbs and source files.
This can be very handy in CI/CD environments where build and test steps are separate. Build steps build test projects and publishes them, and then test step executes coverlet for these binaries without access to source code.

I've added this option to coverlet.console and coverlet.colleror. AFAIU, there is no point in adding it to coverlet.msbuild because we always have access to sources codes there.

@dnfadmin
Copy link

dnfadmin commented Jul 14, 2022

CLA assistant check
All CLA requirements met.

@searoz
Copy link
Author

searoz commented Jul 26, 2022

I'm going to close this PR in favor of very similar PR here: #1360

@searoz searoz closed this Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants