From dd1e467b688154f99154a869db9485a7cc290322 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Mon, 29 Sep 2014 09:51:32 -0700 Subject: [PATCH] exclude tests from code coverage report Change-Id: I923cf9efba4ce11452c7bd54b90d219cfd69206f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 91bc7af..a5903b4 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:cover] commands = coverage run -m discover - coverage report --show-missing + coverage report --omit="tests/*" --show-missing [testenv:py26] deps = -r{toxinidir}/requirements.txt