Commit 2312ed83 authored by Jérome Perrin's avatar Jérome Perrin

stack/erp5: don't produce HTML report for each test

The coverage of an individual test is after all not useful, only the
coverage of all tests combined is significant.
parent 3d8deba0
Pipeline #24931 failed with stage
in 0 seconds
......@@ -417,11 +417,6 @@ initialization =
if coverage_process:
coverage_process.stop()
coverage_process.save()
# Make html report for this test
os.chdir(buildout_directory)
coverage_process.html_report(
directory=os.path.join(assets_directory, 'coverage_report'),
)
# upload the coverage so that they can be combined from another machine
upload_url = test_runner_configuration['coverage'].get('upload-url')
if upload_url:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment