-
Notifications
You must be signed in to change notification settings - Fork 322
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
feat: support pylint
check in github action
#1873
feat: support pylint
check in github action
#1873
Conversation
Signed-off-by: mango <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1873 +/- ##
============================================
+ Coverage 73.76% 75.70% +1.93%
Complexity 347 347
============================================
Files 615 613 -2
Lines 120391 117407 -2984
Branches 1021 1024 +3
============================================
+ Hits 88809 88885 +76
+ Misses 31373 28313 -3060
Partials 209 209
Continue to review full report at Codecov.
|
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.
LGTM
Signed-off-by: mango [email protected]
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature
What is the current behavior? (You can also link to an open issue here)
Resolved enable python style check via pylint #315
What is the new behavior (if this is a feature change)?
support
pylint
check in github action