forked from platformio/platformio-core
Skip some tests from coverage
This commit is contained in:
6
tox.ini
6
tox.ini
@ -60,10 +60,12 @@ deps =
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
commands =
|
commands =
|
||||||
{envpython} --version
|
{envpython} --version
|
||||||
py.test --cov=platformio -v --basetemp="{envtmpdir}" tests
|
py.test -v --basetemp="{envtmpdir}" tests
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
passenv = *
|
passenv = *
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps = codecov
|
deps = codecov
|
||||||
commands = codecov
|
commands =
|
||||||
|
py.test --cov=platformio -v tests --ignore=tests/test_examples.py --ignore=tests/test_pkgmanifest.py
|
||||||
|
codecov
|
||||||
|
Reference in New Issue
Block a user