-
Notifications
You must be signed in to change notification settings - Fork 77
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
Sql cli/compat matrix #1026
Sql cli/compat matrix #1026
Conversation
f3458d3
to
a501ac5
Compare
…compatibility check before adding the SQL CLI to the docker image. This ensures that we do not download a new version of the SQL CLI that breaks the Astro CLI
9666d53
to
25db39c
Compare
Codecov ReportBase: 87.69% // Head: 87.72% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1026 +/- ##
==========================================
+ Coverage 87.69% 87.72% +0.02%
==========================================
Files 113 113
Lines 10159 10156 -3
==========================================
Hits 8909 8909
+ Misses 733 732 -1
+ Partials 517 515 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
for more information, see https://pre-commit.ci
* This pull requests allows the Astro CLI to consult the SQL CLI for a compatibility check before adding the SQL CLI to the docker image. This ensures that we do not download a new version of the SQL CLI that breaks the Astro CLI * increase coverage * increase coverage * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
This pull requests allows the Astro CLI to consult the SQL CLI for a compatibility check before adding the SQL CLI to the docker image. This ensures that we do not download a new version of the SQL CLI that breaks the Astro CLI
🎟 Issue(s)
Related #XXX
🧪 Functional Testing
📸 Screenshots
📋 Checklist
make test
before taking out of draftmake lint
before taking out of draft