Loading tbc_check/checker.py +8 −7 Original line number Diff line number Diff line Loading @@ -466,6 +466,7 @@ def _check_job(job_name: str, tpl_body, job_prefix) -> int: # check: tbc reports are compliant to naming convention reports = tpl_body[job_name].get("artifacts", {}).get("reports", {}) if reports: for type, paths in reports.items(): if type == "coverage_report": paths = paths["path"] Loading Loading
tbc_check/checker.py +8 −7 Original line number Diff line number Diff line Loading @@ -466,6 +466,7 @@ def _check_job(job_name: str, tpl_body, job_prefix) -> int: # check: tbc reports are compliant to naming convention reports = tpl_body[job_name].get("artifacts", {}).get("reports", {}) if reports: for type, paths in reports.items(): if type == "coverage_report": paths = paths["path"] Loading