-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: 回滚功能支持 #172
feature: 回滚功能支持 #172
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #172 +/- ##
==========================================
Coverage ? 88.79%
==========================================
Files ? 61
Lines ? 3310
Branches ? 0
==========================================
Hits ? 2939
Misses ? 371
Partials ? 0 Continue to review full report in Codecov by Sentry.
|
@@ -94,6 +95,174 @@ def build_tree(start_elem, id=None, data=None): | |||
return tree | |||
|
|||
|
|||
def _get_next_node(node, pipeline_tree): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
都是 token分发的代码,写在一个类中
需要补充 pipeline_use的集成测试样例 |
需要补充文档 |
No description provided.