-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add Vitest to proxy server #555
Conversation
caa003f
to
f4016e2
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #555 +/- ##
==========================================
+ Coverage 14.84% 15.23% +0.39%
==========================================
Files 404 431 +27
Lines 20296 21483 +1187
Branches 997 1076 +79
==========================================
+ Hits 3013 3273 +260
- Misses 17006 17926 +920
- Partials 277 284 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
We are ignoring that coverage report. The proxy server code had 0 tests until this PR. This is the first time we are running code coverage on it. The numbers are expected to be low. |
Description
Adds Vitest to the proxy server and updated some of the TypeScript setup, as well as a few dependency updates.
These are infrastructure tasks that are paving the way for the default connection logic coming in a future PR.
check:types
script to each package./src/
directorypackage.json
private: true
to prevent accidental publishingworkspaces
for slightly better monorepo functionalitypnpm
to theengines
section matching other popular monorepo setupsValidation
Related Issues
Check List
license.
pnpm checks
to ensure code compiles and meets standards.pnpm test
to check if all tests are passing.Changelog.md
.