We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc2601 commit d021851Copy full SHA for d021851
scripts/ci/coverage/coverage_analysis.py
@@ -53,7 +53,7 @@ def parse_testplan(self, testplan_path):
53
for testsuite in element:
54
for testcase in testsuite['testcases']:
55
if testcase['status'] == 'None':
56
- testcase_name = testcase['identifier']
+ testcase_name = testsuite['name']
57
component_name = testcase_name[:testcase_name.find('.')]
58
component = {
59
"name": component_name,
0 commit comments