-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
more robust table extraction #767
Conversation
fix type check
a42df23
to
c510ac5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #767 +/- ##
=======================================
Coverage 99.27% 99.27%
=======================================
Files 21 21
Lines 3576 3587 +11
=======================================
+ Hits 3550 3561 +11
Misses 26 26 ☔ View full report in Codecov by Sentry. |
@unsleepy22 Thanks for the PR, everything looks OK to me but the code could be improved using the suggestions above. |
Thanks for your comments, updated accordingly, would you take a look again? |
Refine table extraction and add more test cases.