


/repository/download/%%/%%:id/htmlcov /index.html.

Īfter that, artifacts are collected in the TeamCity (tab General Settings) The cover_report command prints a cover report to the console, and also generates an html report and, using the coverage-badge utility, generates a beautiful badge with the badge code coverage status. The cover_test command runs the Django tests, and measures the coverage of the code. $(VENV_PATH)/coverage-badge > htmlcov/coverage.svg $(VENV_PATH)/coverage run -source=$(PROJ_NAME) manage.py test -v 2 -noinput In TeamCity I cover Django in the following wayĬreate coverage report by call make ci_test command use Makefile.
