From 744bad2b1d1b376bbf46575ef0ae214741935b4f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 14 Jun 2015 11:48:00 -0400 Subject: COVERAGE_DEBUG can set the debug configuration options --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index f28bab2..b23ab34 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,6 +24,9 @@ Latest persisted in pursuing this despite Ned's pessimism. Fixes `issue 308`_ and `issue 324`_. +- The COVERAGE_DEBUG environment variable can be used to set the `[run]debug` + configuration option to control what internal operations are logged. + - HTML reports were truncated at formfeed characters. This is now fixed (`issue 360`_). It's always fun when the problem is due to a `bug in the Python standard library `_. -- cgit v1.2.1