diff --git a/tasks.py b/tasks.py index 5f429d652e..37052e2014 100644 --- a/tasks.py +++ b/tasks.py @@ -870,7 +870,6 @@ def test( if coverage: # Run tests within coverage environment, and generate report c.run(f'coverage run {managePyPath()} {cmd}') - c.run('coverage html -i') c.run('coverage xml -i') else: # Run simple test runner, without coverage