Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ extensions if you like::
[django_coverage_plugin]
template_extensions = html, txt, tex, email

To exclude specific individual lines in a template, use the usual
``# pragma: no cover`` notation inline. Template tags can also be excluded using regexes to
match the block content; for example, to exclude a custom template tag
``{% my_tag ... %}``, use::
Block tags can be excluded using regexes to match the block content;
for example, to exclude a custom template tag ``{% my_tag ... %}``, use::

[run]
plugins = django_coverage_plugin
Expand Down