Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py57 component_name = testcase_name[:testcase_name.find('.')]
59 "name": component_name,
66 if component_name == item['name']:
213 def get_files_from_maintainers_file(self, component_name): argument
220 if component_name in i_test:
228 print("ERROR: Fail while parsing MAINTAINERS file at %s", component_name)