update coverage: add cov.combine()
This commit is contained in:
@@ -63,6 +63,7 @@ class cl_unit_test(cl_helper_withresults_base):
|
||||
if cls.enable_coverage_check is True:
|
||||
cov.stop()
|
||||
cov.save()
|
||||
cov.combine()
|
||||
cov.html_report(directory=str(CoverageReportPath))
|
||||
cov.xml_report(outfile=str(CoverageReportPath / f"{cls.CoverageReportName}.xml"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user