We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c72c3d commit 3cad151Copy full SHA for 3cad151
README.rst
@@ -16,11 +16,11 @@ To run it, add this setting to your .coveragerc::
16
plugins =
17
django_coverage_plugin
18
19
-Then run your tests under coverage.py. It requires the latest coverage.py, so
+Then run your tests under coverage.py. It requires the coverage.py 4.x, so
20
it may not work with other coverage-related tools such as test-runner coverage
21
plugins.
22
23
-You will see your templates listed in your coverage report alongside your
+You will see your templates listed in your coverage report along with your
24
Python modules.
25
26
If you get a django.core.exceptions.ImproperlyConfigured error, you need to set
0 commit comments