File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- Django Template Coverage Plugin
2
- ===============================
1
+ Django Template Coverage.py Plugin
2
+ ==================================
3
3
4
4
A `coverage.py `_ plugin to measure the coverage of Django templates.
5
5
@@ -18,7 +18,7 @@ To run it, add this setting to your .coveragerc::
18
18
19
19
Then run your tests under coverage.py. It requires the latest coverage.py, so
20
20
it may not work with other coverage-related tools such as test-runner coverage
21
- plugins, or coveralls.io .
21
+ plugins.
22
22
23
23
You will see your templates listed in your coverage report alongside your
24
24
Python modules.
@@ -41,7 +41,7 @@ Caveats
41
41
Files included by the ``{% ssi %} `` tag are not included in the coverage
42
42
measurements.
43
43
44
- Coverage can't tell whether a ``{% blocktrans %} `` tag used the singular or
44
+ Coverage.py can't tell whether a ``{% blocktrans %} `` tag used the singular or
45
45
plural text, so both are marked as used if the tag is used.
46
46
47
47
You can’t perform that action at this time.
0 commit comments