mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Don't ignore diagnostics coverage (#86440)
This commit is contained in:
parent
f719ecf086
commit
74a76c6fe7
@ -10,6 +10,7 @@ DONT_IGNORE = (
|
|||||||
"device_action.py",
|
"device_action.py",
|
||||||
"device_condition.py",
|
"device_condition.py",
|
||||||
"device_trigger.py",
|
"device_trigger.py",
|
||||||
|
"diagnostics.py",
|
||||||
"group.py",
|
"group.py",
|
||||||
"intent.py",
|
"intent.py",
|
||||||
"logbook.py",
|
"logbook.py",
|
||||||
@ -20,23 +21,49 @@ DONT_IGNORE = (
|
|||||||
# They were violating when we introduced this check
|
# They were violating when we introduced this check
|
||||||
# Need to be fixed in a future PR.
|
# Need to be fixed in a future PR.
|
||||||
ALLOWED_IGNORE_VIOLATIONS = {
|
ALLOWED_IGNORE_VIOLATIONS = {
|
||||||
|
("advantage_air", "diagnostics.py"),
|
||||||
|
("androidtv", "diagnostics.py"),
|
||||||
|
("asuswrt", "diagnostics.py"),
|
||||||
|
("aussie_broadband", "diagnostics.py"),
|
||||||
("doorbird", "logbook.py"),
|
("doorbird", "logbook.py"),
|
||||||
|
("ecowitt", "diagnostics.py"),
|
||||||
("elkm1", "scene.py"),
|
("elkm1", "scene.py"),
|
||||||
("fibaro", "scene.py"),
|
("fibaro", "scene.py"),
|
||||||
|
("hunterdouglas_powerview", "diagnostics.py"),
|
||||||
("hunterdouglas_powerview", "scene.py"),
|
("hunterdouglas_powerview", "scene.py"),
|
||||||
("jellyfin", "media_source.py"),
|
("jellyfin", "media_source.py"),
|
||||||
|
("launch_library", "diagnostics.py"),
|
||||||
("lcn", "scene.py"),
|
("lcn", "scene.py"),
|
||||||
("lifx_cloud", "scene.py"),
|
("lifx_cloud", "scene.py"),
|
||||||
("lutron", "scene.py"),
|
("lutron", "scene.py"),
|
||||||
("lutron_caseta", "scene.py"),
|
("lutron_caseta", "scene.py"),
|
||||||
|
("nanoleaf", "diagnostics.py"),
|
||||||
("nanoleaf", "device_trigger.py"),
|
("nanoleaf", "device_trigger.py"),
|
||||||
|
("nut", "diagnostics.py"),
|
||||||
|
("open_meteo", "diagnostics.py"),
|
||||||
|
("overkiz", "diagnostics.py"),
|
||||||
("overkiz", "scene.py"),
|
("overkiz", "scene.py"),
|
||||||
|
("philips_js", "diagnostics.py"),
|
||||||
("radio_browser", "media_source.py"),
|
("radio_browser", "media_source.py"),
|
||||||
|
("rfxtrx", "diagnostics.py"),
|
||||||
|
("screenlogic", "diagnostics.py"),
|
||||||
|
("sonos", "diagnostics.py"),
|
||||||
|
("stookalert", "diagnostics.py"),
|
||||||
|
("stookwijzer", "diagnostics.py"),
|
||||||
|
("stream", "diagnostics.py"),
|
||||||
|
("synology_dsm", "diagnostics.py"),
|
||||||
("system_bridge", "media_source.py"),
|
("system_bridge", "media_source.py"),
|
||||||
|
("tractive", "diagnostics.py"),
|
||||||
|
("tuya", "diagnostics.py"),
|
||||||
("tuya", "scene.py"),
|
("tuya", "scene.py"),
|
||||||
("upb", "scene.py"),
|
("upb", "scene.py"),
|
||||||
|
("velbus", "diagnostics.py"),
|
||||||
("velux", "scene.py"),
|
("velux", "scene.py"),
|
||||||
|
("verisure", "diagnostics.py"),
|
||||||
|
("vicare", "diagnostics.py"),
|
||||||
("xbox", "media_source.py"),
|
("xbox", "media_source.py"),
|
||||||
|
("xiaomi_miio", "diagnostics.py"),
|
||||||
|
("yale_smart_alarm", "diagnostics.py"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user