Skip to content

Commit

Permalink
Adds coverage-conditional-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored and nedbat committed Feb 26, 2020
1 parent 78eb9ec commit bbaec4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/plugins.rst
Expand Up @@ -63,6 +63,14 @@ Some coverage.py plug-ins you might find useful:

.. __: https://pypi.org/project/django_coverage_plugin/

* `Conditional coverage plug-in`__: for measuring coverage based
on any rules you define!
Can exclude different lines of code that are only executed
on different platforms, python versions,
and with different dependencies installed.

.. __: https://github.com/wemake-services/coverage-conditional-plugin

* `Mako template coverage plug-in`__: for measuring coverage in Mako templates.
Doesn't work yet, probably needs some changes in Mako itself.

Expand Down

0 comments on commit bbaec4b

Please sign in to comment.