From e3f0c1043923f0c42bd4f2b961992471a0d3adbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Wed, 6 Jul 2016 01:06:08 +0200 Subject: [PATCH] setup.cfg is enought --- coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverage.sh b/coverage.sh index 68a0c06..4229728 100755 --- a/coverage.sh +++ b/coverage.sh @@ -7,6 +7,6 @@ if [ "$?" -ne 0 ]; then pip install coverage fi -coverage run --branch --source=accounts,ponyconf,proposals,conversations --omit=*/migrations/*,*/apps.py,ponyconf/wsgi.py manage.py test +coverage run manage.py test coverage html xdg-open htmlcov/index.html