From 5105c5f200d343383583f383566535c911436416 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 29 Apr 2015 09:01:27 -0700 Subject: [PATCH] Update coveragerc to hide latest device components --- .coveragerc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.coveragerc b/.coveragerc index 4b317feb12c..2e9ee27dcb5 100644 --- a/.coveragerc +++ b/.coveragerc @@ -11,6 +11,9 @@ omit = homeassistant/components/zwave.py homeassistant/components/*/zwave.py + homeassistant/components/modbus.py + homeassistant/components/*/modbus.py + homeassistant/components/*/tellstick.py homeassistant/components/*/vera.py @@ -23,6 +26,8 @@ omit = homeassistant/components/sensor/mysensors.py homeassistant/components/notify/pushbullet.py homeassistant/components/notify/pushover.py + homeassistant/components/notify/instapush.py + homeassistant/components/notify/nma.py homeassistant/components/media_player/cast.py homeassistant/components/device_tracker/luci.py homeassistant/components/device_tracker/tomato.py