def success_rate()

in scripts/metric_reporter/reporter/suite_reporter.py [0:0]


    def success_rate(self) -> float | None:
        """Calculate the success rate of the test suite."""
        return self._calculate_rate(self.success, self.total)