def get_coverage_artifact_content()

in scripts/metric_reporter/gcs_client.py [0:0]


    def get_coverage_artifact_content(self, repository: str, file_name: str) -> str:
        """Get the content of a coverage artifact.

        Args:
            repository (str): The repository name.
            file_name (str): The file name.

        Returns:
            str: Coverage JSON file content.
        """
        return self._get_artifact_content(repository, self.coverage_artifact_dir, file_name)