Skip to content

Releases: nedbat/django_coverage_plugin

v3.1.0

10 Jul 13:15
v3.1.0
3e09c0d
Compare
Choose a tag to compare

Dropped support for Python 3.7 and Django 1.x. Declared support for Python 3.12.

v3.0.0

06 Dec 10:01
v3.0.0
733514a
Compare
Choose a tag to compare

Dropped support for Python 2.7, Python 3.6, and Django 1.8.

v2.0.4

31 Oct 10:59
v2.0.4
1a3cbf7
Compare
Choose a tag to compare

Declare our support for Python 3.11 and Django 4.1.

v2.0.3

18 Jun 15:19
Compare
Choose a tag to compare

Add support for Django 4.0.

v2.0.2

18 Jun 15:19
Compare
Choose a tag to compare

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

06 Oct 19:24
Compare
Choose a tag to compare

Test and claim our support on Python 3.10.

v2.0.0

09 Jun 09:29
Compare
Choose a tag to compare

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

18 Jun 15:19
afa9b49
Compare
Choose a tag to compare

Add support for:

  • Coverage 5

v1.7.0

16 Jan 12:59
46084a2
Compare
Choose a tag to compare

Add support for:

  • Python 3.7 & 3.8
  • Django 2.2 & 3.0

v1.6.0

07 Sep 15:35
0072737
Compare
Choose a tag to compare

Add support for Django 2.1.