Remove coveragerc (#121286)

This commit is contained in:
Franck Nijhof
2024-07-05 11:03:31 +02:00
committed by GitHub
parent eb5a98e7ea
commit afb184db73
8 changed files with 19 additions and 1917 deletions

View File

@ -14,7 +14,6 @@ from . import (
codeowners,
config_flow,
config_schema,
coverage,
dependencies,
dhcp,
docker,
@ -53,7 +52,6 @@ INTEGRATION_PLUGINS = [
config_flow, # This needs to run last, after translations are processed
]
HASS_PLUGINS = [
coverage,
docker,
mypy_config,
metadata,