From 50352aa21ae4ad3943c7402cdc129ee862403dc1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 10 Feb 2018 12:39:36 -0500 Subject: Configurer plugins should be reported by --debug=sys --- CHANGES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index ad401eb..e18f9dc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,7 +20,7 @@ Unreleased ---------- - Now that 4.5 properly separated the ``[run] omit`` and ``[report] omit`` - settings, and old bug has become apparent. If you specified a package name + settings, an old bug has become apparent. If you specified a package name for ``[run] source``, then omit patterns weren't matched inside that package. This bug (`issue 638`_) is now fixed. @@ -28,6 +28,8 @@ Unreleased docstring would crash coverage.py with an IndexError (`issue 640`_). This is now fixed. +- Configurer plugins are now being reported in the output of ``--debug=sys``. + .. _issue 638: https://bitbucket.org/ned/coveragepy/issues/638/run-omit-is-ignored-since-45 .. _issue 640: https://bitbucket.org/ned/coveragepy/issues/640/indexerror-reporting-on-an-empty-decorated -- cgit v1.2.1