-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
WIP: Move install routes to chi #13558
Conversation
0233e99
to
54edc60
Compare
Codecov Report
@@ Coverage Diff @@
## master #13558 +/- ##
==========================================
- Coverage 41.87% 41.79% -0.08%
==========================================
Files 742 745 +3
Lines 79309 79460 +151
==========================================
+ Hits 33209 33212 +3
- Misses 40641 40784 +143
- Partials 5459 5464 +5
Continue to review full report at Codecov.
|
08bf3bf
to
ff4c4a0
Compare
e4b6a87
to
6d5fd8b
Compare
Blocked by #13857 |
85d8f25
to
b583b87
Compare
9dcd9f3
to
dadff13
Compare
modules/options/static.go
Outdated
@@ -133,7 +133,7 @@ func AssetNames() []string { | |||
realFS := Assets.(vfsgen۰FS) | |||
var results = make([]string, 0, len(realFS)) |
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.
func AssetNames() []string {}
has no desciption -> lint issue
4e8c771
to
2495059
Compare
replaced by #14293