-
Notifications
You must be signed in to change notification settings - Fork 47
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
Minor drive-by fixes #544
Minor drive-by fixes #544
Conversation
As per its deprecation message: "This is a stub types definition. yaml provides its own type definitions, so you do not need this installed." I can verify that the latest yaml used ship its own type definitions.
This may take some time (especially on a slow connection) and we should surface to the user that the command is doing something rather than being stuck, as the `npm install` output is not surfaced to the user.
I know this is basically no-op since the point of the package is to group the protocol tests but it makes things a bit cleaner.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@types/yaml@1.9.7 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## development #544 +/- ##
==============================================
Coverage ? 52.62%
==============================================
Files ? 228
Lines ? 5317
Branches ? 835
==============================================
Hits ? 2798
Misses ? 2281
Partials ? 238 ☔ View full report in Codecov by Sentry. |
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.
Looks good. Thanks for the fixes.
Discovered while I'm going through and starting to internalize the repository.
This PR:
I thought that these are not big enough to warrant separate PRs, so I decided to bundle these together.