Commit 0a18cdc3 by jz

WIP output dataop debugging from coverage

parent 769e063e
......@@ -27,7 +27,7 @@ omit =
openedx/core/djangoapps/debug/*
concurrency=multiprocessing
debug = config,dataio,pid
debug = config,dataio,pid,dataop
[report]
ignore_errors = True
......
......@@ -98,6 +98,9 @@ case "$TEST_SUITE" in
;;
"commonlib-unit")
COVERAGE_DEBUG_FILE=reports/coverage_debug.log paver test_lib --with-flaky --cov-args="-p" -v --with-xunit
;;
*)
echo "DEBUG: SKIPPING"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment