|
|
|
@ -43,6 +43,6 @@ if [[ "$DJANGO_TEST_KEEPDB" == 1 ]]; then
|
|
|
|
else
|
|
|
|
else
|
|
|
|
coverage run manage.py test startpage finance members contrib logindata mailer material ludwigsburgalpin jdav_web -v 2 --noinput
|
|
|
|
coverage run manage.py test startpage finance members contrib logindata mailer material ludwigsburgalpin jdav_web -v 2 --noinput
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
coverage html
|
|
|
|
coverage html --show-contexts
|
|
|
|
coverage json -o htmlcov/coverage.json
|
|
|
|
coverage json -o htmlcov/coverage.json
|
|
|
|
coverage report
|
|
|
|
coverage report
|
|
|
|
|