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 78eb9ec commit bbaec4bCopy full SHA for bbaec4b
doc/plugins.rst
@@ -63,6 +63,14 @@ Some coverage.py plug-ins you might find useful:
63
64
.. __: https://pypi.org/project/django_coverage_plugin/
65
66
+* `Conditional coverage plug-in`__: for measuring coverage based
67
+ on any rules you define!
68
+ Can exclude different lines of code that are only executed
69
+ on different platforms, python versions,
70
+ and with different dependencies installed.
71
+
72
+ .. __: https://github.com/wemake-services/coverage-conditional-plugin
73
74
* `Mako template coverage plug-in`__: for measuring coverage in Mako templates.
75
Doesn't work yet, probably needs some changes in Mako itself.
76
0 commit comments