From cdbfda94c7d4cc8ce985cbd294d8aa3610c55de7 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 4 Apr 2024 01:17:44 +0200 Subject: [PATCH] always export --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)