Skip to content
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

Merged
merged 6 commits into from
May 19, 2020
Merged

add github actions #6252

merged 6 commits into from
May 19, 2020

Conversation

tac0turtle
Copy link
Member

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:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

@tac0turtle
Copy link
Member Author

the ci won't run here because no go files were touched

@tac0turtle tac0turtle marked this pull request as ready for review May 19, 2020 13:25
@codecov
Copy link

codecov bot commented May 19, 2020

Codecov Report

Merging #6252 into rc0/v0.38.4 will decrease coverage by 2.96%.
The diff coverage is 35.00%.

@@               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     

@@ -32,7 +32,7 @@ var (
)

type (
UpgradeHandler = types.UpgradeHandler
Handler = types.UpgradeHandler
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

Copy link
Member Author

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)

Copy link
Contributor

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.

Copy link
Contributor

@alexanderbez alexanderbez left a 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.

Copy link
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@alexanderbez alexanderbez merged commit 2bdf255 into rc0/v0.38.4 May 19, 2020
@alexanderbez alexanderbez deleted the marko/github_act branch May 19, 2020 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants