mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
debian: Add coverage to autopkgtest
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
2d30312b10
commit
b288a442c4
4
debian/tests/control
vendored
4
debian/tests/control
vendored
@ -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, @
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user