diff --git a/tasks.py b/tasks.py index 9a79634922..9eec1d5444 100644 --- a/tasks.py +++ b/tasks.py @@ -865,7 +865,7 @@ def test( # Run tests within coverage environment, and generate report c.run(f'coverage run {managePyPath()} {cmd}') c.run('coverage html -i') - c.run('coverage xml') + c.run('coverage xml -i') else: # Run simple test runner, without coverage manage(c, cmd, pty=pty)