We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1884e8 commit 573379bCopy full SHA for 573379b
src/pytest_cov/embed.py
@@ -61,6 +61,7 @@ def init():
61
cov.switch_context(cov_context)
62
cov._warn_no_data = False
63
cov._warn_unimported_source = False
64
+ cov._warn_preimported_source = False
65
return cov
66
67
0 commit comments