-
Notifications
You must be signed in to change notification settings - Fork 0
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 testv cov action #5
Conversation
…prathyusha/code_cov_action
- name: Setup multisdk | ||
run: make setup-${{ matrix.versions }} | ||
|
||
- name: golangci-lint |
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.
the lint seems to be failing, also make target for lint is missing
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.
yeah, Lint is failing bcz of some unused code.
Error: transferMsgType
is unused in v42/v44. So shall I remove/comment it.
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.
Are you sure it's not being used in either of the versions, it gets tricky in this repo with build flags.
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.
The code which has used it was commented, but not transferMsgType var.
@PrathyushaLakkireddy can you please add a make target for running lint locally |
No description provided.