-
Notifications
You must be signed in to change notification settings - Fork 8
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 wrapping springql
crate
#193
Conversation
Codecov Report
@@ Coverage Diff @@
## main #193 +/- ##
==========================================
+ Coverage 84.68% 84.72% +0.03%
==========================================
Files 210 211 +1
Lines 12337 12338 +1
==========================================
+ Hits 10448 10453 +5
+ Misses 1889 1885 -4
Continue to review full report at Codecov.
|
ca05b4e
to
242e400
Compare
[nits]
I changed the pull-request title to follow it. |
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.
- Want to move
tests/
andexamples/
from springql-core into springql, in order to keep E2E tests - Want to eliminate duplication in springql-core and springql as much as possible.
springql/src/lib.md
is duplicate of that of springql-core, for example.
9f5526d
to
0852e47
Compare
0852e47
to
19ed89a
Compare
CI deadlink fail with #196 |
we still use chrono via simple-server dependencies
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.
💥 🙏 💥
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.
Ah, sorry. Please fix CI errors.
📝 example-run is failing due to this issue: #204 |
Issue number and link
Fixes: #192
Describe your changes
springql
springql-core
API's fromspringql
Checklist before requesting a review
## [Unreleased]
section inCHANGELOG.md
following keep a changelog syntax (bugfix/feature)