diff --git a/src/chacha_cicd_helper/unit_test.py b/src/chacha_cicd_helper/unit_test.py index cc3f372..d1142ff 100644 --- a/src/chacha_cicd_helper/unit_test.py +++ b/src/chacha_cicd_helper/unit_test.py @@ -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"))