Lines Matching +full:get +full:- +full:coverage +full:- +full:files
3 # Copyright (c) 2018-2025 Intel Corporation
7 # SPDX-License-Identifier: Apache-2.0
62 self.coverage = None
80 source_dir_rel = testsuite.source_dir_rel.rsplit(os.pardir+os.path.sep, 1)[-1]
122 def status(self) -> TwisterStatus:
126 def status(self, value : TwisterStatus) -> None:
148 If exist, get cached run id from previous run."""
185 def compose_case_name(self, tc_name) -> str:
233 # command-line, then we need to run the test, not just build it.
234 fixture = testsuite.harness_config.get('fixture')
268 handler.args.append("COVERAGE=1")
299 # we asked for build-only on the command line
351 # --extra-args=CONFIG_*
389 with open(file, "w", encoding='utf-8') as f:
398 ) -> SizeCalculator:
399 """Get the RAM/ROM sizes of a test case.
413 def get_elf_file(self) -> str:
425 'qemu', # elf files generated after running in qemu
431 logger.warning(f"multiple ELF files detected: {', '.join(fns)}")
434 def get_buildlog_file(self) -> str:
435 """Get path to build.log file.