-
Notifications
You must be signed in to change notification settings - Fork 104
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
Extension repo url #4794
Extension repo url #4794
Conversation
Benchmark ResultMaster commit hash:
|
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #4794 +/- ##
=======================================
Coverage 86.35% 86.35%
=======================================
Files 1399 1399
Lines 60400 60401 +1
Branches 7430 7430
=======================================
+ Hits 52156 52158 +2
+ Misses 8078 8077 -1
Partials 166 166 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
Fix the generation of extension repo url.
If the user installs extension using upper case extension name:
Master generated an incorrect extension url because of the upper case
JSON
.This PR normalize extension names when generating URLs.