We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed33bfe commit d61ed9bCopy full SHA for d61ed9b
igor.py
@@ -228,6 +228,8 @@ def run_tests_with_coverage(core, *runner_args):
228
229
# Remove the reference to metacov.ini.
230
del os.environ["COVERAGE_PROCESS_START"]
231
+ os.environ["COVERAGE_DEBUG"] = "sys,config,trace"
232
+ os.environ["COVERAGE_DEBUG_FILE"] = "/tmp/foo.out"
233
234
import coverage # pylint: disable=reimported
235
0 commit comments