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

Always start coverage after reloading #257

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Conversation

deathaxe
Copy link
Member

@deathaxe deathaxe commented Apr 2, 2024

If coverage tracking is started before reloading plugins, all modules which are reloaded (but maybe not tested) are recorded, which creates a wrong result.

Thus the option start_coverage_after_reload is dropped and its behavior made the default.

If coverage tracking is started before reloading plugins, all modules which
are reloaded (but maybe not tested) are recorded, which creates a wrong result.

Thus the option `start_coverage_after_reload` is dropped and its behavior made
the default.
@deathaxe deathaxe merged commit da72e65 into master Apr 2, 2024
15 checks passed
@deathaxe deathaxe deleted the fix/reloading-and-coverage branch April 2, 2024 18:41
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.

1 participant