-
Notifications
You must be signed in to change notification settings - Fork 59
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
Implement code quality check #607
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #607 +/- ##
=======================================
Coverage 43.59% 43.59%
=======================================
Files 161 161
Lines 28734 28735 +1
=======================================
+ Hits 12527 12528 +1
Misses 16207 16207 ☔ View full report in Codecov by Sentry. |
Check code quality with
black
andisort
in workflow instead of flake8.