From db9779ceb780bb74f8fd98f5b10cfe4a1ace6dd8 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Fri, 21 Mar 2025 13:45:18 +0100 Subject: [PATCH] removed useless comment --- handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers.py b/handlers.py index 3361be7..268c533 100644 --- a/handlers.py +++ b/handlers.py @@ -204,7 +204,6 @@ class MavenHandler(BuildHandler): self.updates["n_tests_passed"] += (tests_run - (failures + errors)) # Calculate passed tests def get_jacoco_report_paths(self) -> Iterable[str]: - # yield os.path.join(self.path, "target/site/jacoco-aggregate/jacoco.xml") found_at_least_one = False for root, _, files in os.walk(os.path.join(self.path)): if "target/site" not in root: