mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Exclude external libraries from code coverage
This commit is contained in:
parent
702498ca09
commit
db48b2ba34
@ -7,6 +7,6 @@ install:
|
||||
script:
|
||||
- flake8 homeassistant --exclude bower_components,external
|
||||
- pylint homeassistant
|
||||
- coverage run --source=homeassistant -m unittest discover tests
|
||||
- coverage run --source=homeassistant --omit "homeassistant/external/*" -m unittest discover tests
|
||||
after_success:
|
||||
- coveralls
|
||||
|
Loading…
x
Reference in New Issue
Block a user