-
Notifications
You must be signed in to change notification settings - Fork 24
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: export database instances #132
base: main
Are you sure you want to change the base?
Conversation
while debugging why the Lines 17 to 29 in 41ff740
This at least explains the ts error |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #132 +/- ##
=======================================
Coverage ? 46.24%
=======================================
Files ? 19
Lines ? 679
Branches ? 66
=======================================
Hits ? 314
Misses ? 360
Partials ? 5 ☔ View full report in Codecov by Sentry. |
Is there anything I can do to help finish this? Do we need to make Codecov happy? Are tests for |
Well yes. |
@sandros94 The tests you mentioned do not fail, they are just skipped. Also, the GitHub Actions checks pass, and there the same tests are skipped. Both in To clarify: did you mean to extend the test setup so these are not skipped? |
Oh sorry my bad. |
Ok, I'll look into that. Thanks for the clarification. |
@sandros94 The mysql2 tests pass for me also with your branch. I also don't have a PlanetScale account, so I cannot test that either. |
EDIT: I just realized what I was doing wrong. Now mysql2 passes also for me. Also, I don't see how this could be an issue for @ahocevar thanks for helping, so |
@sandros94 So the one thing I'm going to do is add tests for |
@sandros94 Done: sandros94#1 |
Co-authored-by: Andreas Hocevar <[email protected]>
@pi0, sorry for the ping, but I just realized that when you will be able to review these PRs it might be useful to first merge #136, so that I might integrate those changes here. |
Co-authored-by: Andreas Hocevar <[email protected]> unjs@3837526#commitcomment-151605685
Resolves #131
A non-breaking change that adds
getInstance
(following the naming convention fromunstorage
) to access a fully typed database client used internally.Notes
planetscale
not tested yet