always export

This commit is contained in:
Matthias Mair 2024-04-04 01:17:44 +02:00
parent 7d70e49156
commit cdbfda94c7
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

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