Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #405 +/- ##
=======================================
Coverage 99.14% 99.14%
=======================================
Files 52 52
Lines 5057 5057
Branches 712 712
=======================================
Hits 5014 5014
Misses 39 39
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for the PR. Any reason for removing this |
|
+1 @art049 When using a tool such as You could alternatively do: id: Union[ObjectId, Any] = Field(default=None) Example of issue: from odmantic import Model
class testing(Model):
name: str
return await engine.save(
testing(
name="hi"
)
)Problem: |
No description provided.