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 e932e41 commit 8964ab7Copy full SHA for 8964ab7
src/pytest_cov/engine.py
@@ -450,6 +450,7 @@ def start(self):
450
data_suffix=_data_suffix(f'w{self.nodeid}'),
451
config_file=self.cov_config,
452
)
453
+ # Prevent workers from issuing module-not-measured type of warnings (expected for a workers to not have coverage in all the files).
454
self.cov._warn_unimported_source = False
455
self.cov.start()
456
self.set_env()
0 commit comments