Source code for pyplugins.compat.coverage
from penguin import Plugin
[docs]
class Coverage(Plugin):
"""
Coverage Plugin (compat)
========================
Previous versions of penguin had a coverage plugin that was referenced, but
not often used by users. This plugin exists to make compatibility with
older configs easier, but it does not provide any functionality.
"""
def __init__(self):
assert False, "Coverage plugin is not supported in this version of penguin"