From ee3b6f33e0d3172ab2cb8648b659f68aaf5dbd63 Mon Sep 17 00:00:00 2001 From: har0ke Date: Wed, 28 Aug 2019 15:43:47 +0200 Subject: [PATCH] omit management/commands from coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6b16f9..269881c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: - pip install -r devel-requirements.txt script: - - coverage3 run --omit="./main/migrations/*" --include="./main/*","./tallybill/*" ./manage.py test + - coverage3 run --omit="./main/migrations/*,./main/management/*" --include="./main/*","./tallybill/*" ./manage.py test after_success: