-
Notifications
You must be signed in to change notification settings - Fork 44.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
Added unittest cases for commands/analyze_code.py file #4212
Added unittest cases for commands/analyze_code.py file #4212
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #4212 +/- ##
==========================================
+ Coverage 62.67% 62.94% +0.26%
==========================================
Files 74 74
Lines 3400 3400
Branches 495 495
==========================================
+ Hits 2131 2140 +9
+ Misses 1120 1111 -9
Partials 149 149 ☔ View full report in Codecov by Sentry. |
Much appreciated, but we use pytest and its native functions. Would you mind converting these over? |
@ntindle Sure will convert using pytest and its native functions |
@ntindle I have made changes related to pytest. Can you review ? |
Deployment failed with the following error:
|
Deployment failed with the following error:
|
…ravitas#4212) Co-authored-by: Nicholas Tindle <[email protected]> Co-authored-by: k-boikov <[email protected]>
Background
Changes
Documentation
Test Plan
PR Quality Checklist