未验证 提交 72b2e486 编写于 作者: R risemeup1 提交者: GitHub

fix coverage_ci_bug (#49234)

上级 4370a91a
......@@ -441,7 +441,9 @@ class PRChecker:
ut_list.append('comment_placeholder')
onlyCommentsFilesOrXpu.append(f_judge)
if self.file_is_unnit_test(f_judge):
ut_list.append(f_judge.split(".")[0])
ut_list.append(
os.path.split(f_judge)[1].split(".")[0]
)
else:
notHitMapFiles.append(f_judge)
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册