remove unused html export

This commit is contained in:
Matthias Mair 2024-04-04 02:21:58 +02:00
parent 8f7750d837
commit bd6e141ab1
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -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