From c1178277caa130742a9c64c8b29ccc81f3341186 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 5 Aug 2016 16:04:10 +0300 Subject: [PATCH] Print coverage report to terminal --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a3866532..172bb4c5 100644 --- a/tox.ini +++ b/tox.ini @@ -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