Print coverage report to terminal

This commit is contained in:
Ivan Kravets
2016-08-05 16:04:10 +03:00
parent 976fc8975a
commit c1178277ca

View File

@ -68,4 +68,4 @@ deps =
pytest
pytest-cov
commands =
py.test --cov=platformio --cov-report xml --ignore=tests/test_examples.py --ignore=tests/test_pkgmanifest.py -v tests
py.test --cov=platformio --cov-report term --cov-report xml --ignore=tests/test_examples.py --ignore=tests/test_pkgmanifest.py -v tests