diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2020-02-25 14:15:45 +0300 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-02-26 07:57:19 -0500 |
commit | bbaec4bc0a1f0ad5982fc6f4c1f376d79e41cc4e (patch) | |
tree | bd9a15742481a0bca1df53cfb3246142e4e24c9b | |
parent | 78eb9ec26d6073a1655d51f7ca1d91e3fb60b169 (diff) | |
download | python-coveragepy-git-bbaec4bc0a1f0ad5982fc6f4c1f376d79e41cc4e.tar.gz |
Adds coverage-conditional-plugin
Repo: https://github.com/wemake-services/coverage-conditional-plugin
Blog post: https://sobolevn.me/2020/02/conditional-coverage
-rw-r--r-- | doc/plugins.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index b15e31a5..38990d94 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -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. |