MCPcopy Create free account
hub / github.com/tox-dev/filelock / coverage_init

Function coverage_init

tasks/coverage_pragmas.py:30–31  ·  view source on GitHub ↗
(reg: Plugins, options: dict[str, str])

Source from the content-addressed store, hash-verified

28
29# coverage passes the config's plugin options; this plugin takes none.
30def coverage_init(reg: Plugins, options: dict[str, str]) -> None: # ruff:ignore[unused-function-argument]
31 reg.add_configurer(CapabilityPragmas())
32
33
34class CapabilityPragmas(CoveragePlugin):

Callers

nothing calls this directly

Calls 1

CapabilityPragmasClass · 0.85

Tested by

no test coverage detected