mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Tweak coveragerc a bit more
This commit is contained in:
@@ -3,15 +3,18 @@ source = homeassistant
|
||||
|
||||
omit =
|
||||
homeassistant/external/*
|
||||
homeassistant/__main__
|
||||
|
||||
# omit pieces of code that rely on external devices being present
|
||||
homeassistant/components/wink.py
|
||||
homeassistant/components/*/wink.py
|
||||
|
||||
homeassistant/components/zwave.py
|
||||
homeassistant/components/*/zwave.py
|
||||
|
||||
homeassistant/components/*/tellstick.py
|
||||
homeassistant/components/*/wemo.py
|
||||
|
||||
homeassistant/components/keyboard.py
|
||||
homeassistant/components/switch/wemo.py
|
||||
homeassistant/components/thermostat/nest.py
|
||||
homeassistant/components/light/hue.py
|
||||
homeassistant/components/sensor/systemmonitor.py
|
||||
|
Reference in New Issue
Block a user