mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
running the aggregate version of jacoco with
maven, hoping to get all the subprojects in one file instead of having to grab an xml for each single subproject
This commit is contained in:
@ -177,7 +177,7 @@ class MavenHandler(BuildHandler):
|
||||
return f"{self.base_cmd} clean"
|
||||
|
||||
def generate_coverage_report_cmd(self):
|
||||
return f"{self.base_cmd} jacoco:report"
|
||||
return f"{self.base_cmd} jacoco:report-aggregate"
|
||||
|
||||
def container_name(self) -> str:
|
||||
return "crab-maven"
|
||||
|
Reference in New Issue
Block a user