From b288a442c42be75aa751b5566f55682a9f4ea3b7 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Wed, 24 Feb 2021 08:16:16 -0500 Subject: [PATCH] debian: Add coverage to autopkgtest Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- debian/tests/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 7f40e398d..e519f8de9 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -13,5 +13,5 @@ Restrictions: needs-root # # Run unit and integration tests on installed files. # -Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/plinth/' py.test-3 -p no:cacheprovider -Depends: git, python3-pytest, python3-pytest-django, @ +Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/plinth/' py.test-3 -p no:cacheprovider --cov=plinth --cov-report=html:debci/htmlcov --cov-config=.coveragerc --cov-report=term +Depends: git, python3-pytest, python3-pytest-cov, python3-pytest-django, @