-
Notifications
You must be signed in to change notification settings - Fork 206
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
feat: add rust sdk test #791
Conversation
04f3a2e
to
270c6ca
Compare
270c6ca
to
575a8a4
Compare
Codecov Report
@@ Coverage Diff @@
## main #791 +/- ##
=======================================
Coverage 68.29% 68.29%
=======================================
Files 295 295
Lines 46702 46702
=======================================
+ Hits 31895 31897 +2
+ Misses 14807 14805 -2 see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
LGTM
* add rust sdk test. * add rust sdk test to workflows. * refactor the select sql. * add pick rows logic into TestDatas.
Which issue does this PR close?
Closes #
Rationale for this change
Add integration test for rust sdk.
What changes are included in this PR?
see title.
Are there any user-facing changes?
None.
How does this change test
None.