fix: restore broken CLI package#1499
Conversation
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1499 +/- ##
=======================================
Coverage 89.66% 89.66%
=======================================
Files 68 68
Lines 4869 4869
Branches 888 888
=======================================
Hits 4366 4366
Misses 485 485
Partials 18 18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jescalada
left a comment
There was a problem hiding this comment.
LGTM! How did you notice the failing imports and API usage mismatch here? Just want to make sure that there aren't any other similar issues before the v2 release. Related: #1484
We might need extra tests to cover CLI and plugin usage via imports to prevent them from failing on API/version changes.
|
@jescalada I found these by trying to build and run the CLI tests locally, and they all failed. The issues accumulated over time as the backend evolved (modules moved, exports changed, new API validations added) without updating the CLI, which wasn't being tested in CI, so we lost those bugs. |
|
Sounds good! Will go ahead and merge this if there aren't any other pending issues. |
Fixes #1498