Home
last modified time | relevance | path

Searched refs:llvm_cov_html_out_path (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_coverage.py32 "llvm-cov-html-out-path": self.llvm_cov_html_out_path,
59 def llvm_cov_html_out_path(self) -> Optional[str]: member in CoverageOptions
68 if self.llvm_cov_html_out_path is not None else '',
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/
Dcoverage_dir.py30 if self.__general.coverage.llvm_cov_html_out_path:
31 html_out_path = Path(self.__general.coverage.llvm_cov_html_out_path)