-
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
🐛 Clean Pydantic model_dump
s warnings
#7358
base: master
Are you sure you want to change the base?
🐛 Clean Pydantic model_dump
s warnings
#7358
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7358 +/- ##
==========================================
+ Coverage 87.28% 87.40% +0.11%
==========================================
Files 1709 1332 -377
Lines 66326 54536 -11790
Branches 1124 481 -643
==========================================
- Hits 57893 47665 -10228
+ Misses 8113 6739 -1374
+ Partials 320 132 -188
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
maybe the description of the PR is incomplete
|
What do these changes do?
Clean warnings on
director-v2
integration tests, also seen on production.Cause
The
StandardSimcoreDockerLabels
object is created using.model_construct
and thenode_id
was astr
instead ofUUID
.Related issue/s
How to test
Dev-ops checklist