You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Replace request with teeny-request. Improve startup time by 400 ms.
request is a large module because it has so many options and features. That
requires both extra bandwidth and space, and also extra time to load and
parse the module every time codecov is run.
Uploading the reports only uses a minimal subset of request's features.
request can easily be switched out with a much more lightweight dependency.
0 commit comments