File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ the DJANGO_SETTINGS_MODULE environment variable.
3030
3131
3232Configuration
33- -------------
33+ ~~~~~~~~~~~~~
3434
3535The Django template plugin uses some existing settings from your .coveragerc
3636file. The ``source= ``, ``include= ``, and ``omit= `` options control what
3737template files are included in the report.
3838
3939
4040Caveats
41- -------
41+ ~~~~~~~
4242
4343Files included by the ``{% ssi %} `` tag are not included in the coverage
4444measurements.
@@ -48,21 +48,21 @@ plural text, so both are marked as used if the tag is used.
4848
4949
5050Changes
51- -------
51+ ~~~~~~~
5252
5353v1.1, in progress
54- ~~~~~~~~~~~~~~~~~
54+ -----------------
5555
5656Explicitly configure settings if need be to get things to work.
5757
5858v1.0: 20 September 2015
59- ~~~~~~~~~~~~~~~~~~~~~~~
59+ -----------------------
6060
6161First version :)
6262
6363
6464What the? How?
65- --------------
65+ ~~~~~~~~~~~~~~
6666
6767The technique used to measure the coverage is the same that Dmitry Trofimov
6868used in `dtcov `_, but integrated into coverage.py as a plugin, and made more
@@ -76,7 +76,7 @@ in coverage.py, let's talk.
7676
7777
7878Tests
79- -----
79+ ~~~~~
8080
8181To run the tests::
8282
You can’t perform that action at this time.
0 commit comments