diff --git a/src/chacha_cicd_helper/unit_test.py b/src/chacha_cicd_helper/unit_test.py index cadbac8..874e3dc 100644 --- a/src/chacha_cicd_helper/unit_test.py +++ b/src/chacha_cicd_helper/unit_test.py @@ -64,8 +64,8 @@ class cl_unit_test(cl_helper_withresults_base): print("Test Finished") if cls.enable_coverage_check is True: cov.stop() - cov.save() cov.combine() + cov.save() cov.html_report(directory=str(CoverageReportPath)) cov.xml_report(outfile=str(CoverageReportPath / f"{cls.CoverageReportName}.xml"))