Releases: nedbat/django_coverage_plugin
v3.1.0
v3.0.0
v2.0.4
v2.0.3
v2.0.2
If a non-UTF8 file was found when looking for templates, it would fail when reading during the reporting phase, ending execution. This failure is now raised in a way that can be ignored with a .coveragerc setting of [report] ignore_errors=True
(issue 78).
When using source=.
, an existing coverage HTML report directory would be found and believed to be unmeasured HTML template files. This is now fixed.
v2.0.1
v2.0.0
Drop support for Python 3.4 and 3.5.
A setting is available: template_extensions
lets you set the file extensions that will be considered when looking for unused templates (requested in issue 60).
Fix an issue on Windows where file names were being compared case-sensitively, causing templates to be missed (issue 46).
Fix an issue (issue 63) where tag libraries can't be found if imported during test collection. Thanks to Daniel Izquierdo for the fix.
v1.8.0
v1.7.0
Add support for:
- Python 3.7 & 3.8
- Django 2.2 & 3.0
v1.6.0
Add support for Django 2.1.