From 2d3e72c57170ede05628ffb7731efe31f86eae7a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 11 Oct 2024 05:46:09 -0400 Subject: [PATCH] docs: add coverage-simple-excludes to the docs --- doc/other.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/other.rst b/doc/other.rst index 8c8f71003..4d3c09f8b 100644 --- a/doc/other.rst +++ b/doc/other.rst @@ -7,7 +7,6 @@ Other resources =============== - There are a number of projects that help integrate coverage.py into other systems, provide help using it, offer assistance, and so on. @@ -18,6 +17,7 @@ a pull request`_ or `get in touch`_ some other way. .. _open a pull request: https://github.com/nedbat/coveragepy/blob/master/doc/other.rst .. _get in touch: https://nedbatchelder.com/site/aboutned.html + Test runners ------------ @@ -47,6 +47,11 @@ Tools to provide more control over how coverage is configured. __ https://github.com/wemake-services/coverage-conditional-plugin +* `coverage-simple-excludes`__ defines new comment formats for excluding code + based on Python versions and operating system. + + __ https://pypi.org/project/coverage-simple-excludes/ + Language plugins ----------------