We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b7067 commit e6220e9Copy full SHA for e6220e9
1 file changed
tox.ini
@@ -13,7 +13,7 @@ deps=
13
pytest-cov
14
voluptuous
15
commands=
16
- py.test --cov miio
+ py.test --cov --cov-config=tox.ini miio
17
18
[testenv:docs]
19
basepython=python
@@ -40,3 +40,10 @@ max-line-length = 100
40
[testenv:typing]
41
deps=mypy
42
commands=mypy --ignore-missing-imports miio
43
+
44
+[coverage:run]
45
+source = miio
46
+branch = True
47
+omit =
48
+ miio/*cli.py
49
+ miio/tests/*
0 commit comments