-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
add github actions #6252
add github actions #6252
Conversation
the ci won't run here because no go files were touched |
Codecov Report
@@ Coverage Diff @@
## rc0/v0.38.4 #6252 +/- ##
===============================================
- Coverage 54.36% 51.39% -2.97%
===============================================
Files 313 336 +23
Lines 19035 20551 +1516
===============================================
+ Hits 10348 10563 +215
- Misses 7890 9185 +1295
- Partials 797 803 +6 |
x/upgrade/alias.go
Outdated
@@ -32,7 +32,7 @@ var ( | |||
) | |||
|
|||
type ( | |||
UpgradeHandler = types.UpgradeHandler | |||
Handler = types.UpgradeHandler |
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.
Why this change?
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.
golint throws linter error when how you call a pkg is also the first part of a func (upgrade.UpgradeHandler)
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.
Add a lint ignore. We shouldn't be renaming variables/types on aliasing. We need to address this in a follow-up on master
.
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.
Everything looks good except one part.
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.
ACK
Description
this pr adds github actions to the 0.38 series
closes: #XXXX
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer