Conversation
... when a custom faker has multiple methods with the same return type.
PR Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1369 +/- ##
============================================
+ Coverage 92.40% 92.42% +0.01%
- Complexity 3146 3149 +3
============================================
Files 319 319
Lines 6177 6178 +1
Branches 604 604
============================================
+ Hits 5708 5710 +2
Misses 327 327
+ Partials 142 141 -1 ☔ View full report in Codecov by Sentry. |
| return 90.0f; | ||
| } | ||
| public float width() { | ||
| return 60.0f; |
There was a problem hiding this comment.
That's quite a belt size 🤪
fixes #1368