# Code coverage in django with 'coverage' and 'django-jenkins'

DevFeed: [Code coverage in django with 'coverage' and 'django-jenkins'](<https://devfeed.tech/articles/code-coverage-in-django-with-coverage-and-django-jenkins-35380.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/code-coverage-in-django-with-coverage-and-django-jenkins/>)

Author: Graham King

Published: 2012-03-15T17:59:38Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>), [test-coverage](<https://devfeed.tech/topics/test-coverage.md>), [unit test](<https://devfeed.tech/topics/unit-test.md>), [Jenkins](<https://devfeed.tech/topics/jenkins.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [code-coverage](<https://devfeed.tech/tags/code-coverage.md>), [continuous-integration](<https://devfeed.tech/tags/continuous-integration.md>), [django](<https://devfeed.tech/tags/django.md>), [jenkins](<https://devfeed.tech/tags/jenkins.md>), [python](<https://devfeed.tech/tags/python.md>), [software](<https://devfeed.tech/tags/software.md>), [test](<https://devfeed.tech/tags/test.md>), [testing](<https://devfeed.tech/tags/testing.md>), [unit-test](<https://devfeed.tech/tags/unit-test.md>)

## AI overview

A practical guide to measuring unit-test code coverage in Python and Django using coverage and django-jenkins. It explains how to limit test runs to the project's apps, generate HTML coverage reports, and use django-jenkins with Jenkins continuous integration.

## Source excerpt

"Boost your Django test coverage with ease: A practical guide"