-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Greenify pylint (after Pydantic v2 migration) #6747
♻️ Greenify pylint (after Pydantic v2 migration) #6747
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## pydantic_v2_migration_do_not_squash_updates #6747 +/- ##
===============================================================================
- Coverage 84.11% 84.02% -0.09%
===============================================================================
Files 1530 1212 -318
Lines 65522 50505 -15017
Branches 2226 847 -1379
===============================================================================
- Hits 55114 42439 -12675
+ Misses 10072 7918 -2154
+ Partials 336 148 -188
Continue to review full report in Codecov by Sentry.
|
This reverts commit fd29a60.
Quality Gate passedIssues Measures |
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.
👍
3250e5d
into
ITISFoundation:pydantic_v2_migration_do_not_squash_updates
What do these changes do?
Fix pylint issues after Pydantic v2 migration.
Related issue/s
How to test
Dev-ops checklist