-
Notifications
You must be signed in to change notification settings - Fork 2.2k
refactor(driver): use traverse from document type #1938
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
Conversation
This PR closes: #1932 |
Codecov Report
@@ Coverage Diff @@
## master #1938 +/- ##
==========================================
- Coverage 86.57% 80.59% -5.99%
==========================================
Files 148 148
Lines 7067 7079 +12
==========================================
- Hits 6118 5705 -413
- Misses 949 1374 +425
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
The returning type of |
this is the continuation of #1937 to solve #1932
I've already layout the new implementation of
RecursiveDriver
, please continue on