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 6ffb2c3 commit f54428fCopy full SHA for f54428f
coverage/collector.py
@@ -432,7 +432,7 @@ def mapped_file_dict(self, d):
432
else:
433
raise runtime_err # pragma: cant happen
434
435
- return {self.cached_mapped_file(k): v for k, v in items if v}
+ return {self.cached_mapped_file(k): v for k, v in items}
436
437
def plugin_was_disabled(self, plugin):
438
"""Record that `plugin` was disabled during the run."""
0 commit comments