chore(tests): add executed test methods to coverage report (#5)

testing
Christian Merten 2 months ago committed by GitHub
parent 69a4560ea4
commit 605ae3ae72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -1,6 +1,7 @@
[run]
source =
.
dynamic_context = test_function
[report]
omit =

Loading…
Cancel
Save