Skip to content

Commit d61ed9b

Browse files
committed
debug
1 parent ed33bfe commit d61ed9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

igor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ def run_tests_with_coverage(core, *runner_args):
228228

229229
# Remove the reference to metacov.ini.
230230
del os.environ["COVERAGE_PROCESS_START"]
231+
os.environ["COVERAGE_DEBUG"] = "sys,config,trace"
232+
os.environ["COVERAGE_DEBUG_FILE"] = "/tmp/foo.out"
231233

232234
import coverage # pylint: disable=reimported
233235

0 commit comments

Comments
 (0)