Skip to content

Adds test coverage reporting to Django test command

License

Notifications You must be signed in to change notification settings

Vacasa/django-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Coverage with Django

What is this?

This is a simple package that adds support for coverage reporting to Django's test command.

Quickstart

  • add django_coverage to your project's INSTALLED_APPS
  • run ./manage.py test --coverage to output coverage report
  • For xml output add --xml argument
  • For html output add --html argument
  • For custom settings create a .coveragerc