in scripts/metric_reporter/gcs_client.py [0:0]
def get_junit_artifact_content(self, repository: str, file_name: str) -> str:
"""Get the content of a JUnit artifact.
Args:
repository (str): The repository name.
file_name (str): The file name.
Returns:
str: JUnit XML file content.
"""
return self._get_artifact_content(repository, self.junit_artifact_dir, file_name)