From 2bee0a331fe35c85b434cd670cc38a0866522c56 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Tue, 5 Jul 2016 13:51:57 -0700 Subject: [PATCH] Show statistics after running coverage TrivialFix Similar to what was done here: I98a350d5eb9c217c99adf151e207523601712316 Change-Id: I78d577b2dc0e2378ec88bb4e938a41b0b0333985 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4c13ceeb69..e69517f753 100644 --- a/tox.ini +++ b/tox.ini @@ -61,6 +61,7 @@ commands = bandit -r vmware_nsx -n 5 -ll [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' + coverage report [testenv:venv] commands = {posargs}