tests: implement coverage reporting
- move the logic of uploading to WebDAV server here instead of the generated bin/runUnitTest wrapper - run a new `coverage_report` which will - download all coverage data from WebDAV server - combine the data - run html report, saved in log folder - print text output in the text output. This `coverage_report` test waits for other tests to finish uploading data, we could extend test node distributor to distribute this test at the end.
Showing
-
Owner
This is enabled for
ERP5.UnitTest-Master
test suite.There's a new
coverage_report
test result and the full HTML report is in the test node folder with logs for this test: https://softinst222786.host.vifib.net/ehz-AnGaoYtho3/coverage_report/html_report/cc @Nicolas
-
Owner
the HTML report is better on python 3 https://softinst145605.host.vifib.net/emr-5ccXu0CIT7/coverage_report/html_report/ is a report for the test suite running on python3
Please register or sign in to comment