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

Fix coverage_ci problem (#51703)

* fix_coverage_ci_problem

* Update get_pr_ut.py
上级 2a9c7b5d
......@@ -351,6 +351,8 @@ class PRChecker:
filterFiles.append(filename)
else:
file_list.append(filename)
elif filename.startswith(PADDLE_ROOT + 'test/'):
file_list.append(filename)
else:
if file_dict[filename] == 'added':
file_list.append(filename)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册