Searched refs:convert_to_lcov (Results 1 – 2 of 2) sorted by relevance
279 def convert_to_lcov(self, code_lines: Iterable[CodeLine]) -> Generator[str, None, None]: member in Coverage
294 printed_report = coverage_config.convert_to_lcov(report)