This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Remove deprecated module: "request" from cli#913
Merged
munozemilio merged 3 commits intomasterfrom Jul 29, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #913 +/- ##
==========================================
- Coverage 60.34% 55.84% -4.50%
==========================================
Files 220 219 -1
Lines 18582 16377 -2205
Branches 2452 2335 -117
==========================================
- Hits 11213 9146 -2067
+ Misses 6776 6642 -134
+ Partials 593 589 -4
Continue to review full report at Codecov.
|
vishwacsena
approved these changes
Jul 29, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #749
Since "request" is now deprecated this PR replaces it with node fetch.