Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #957 +/- ##
=======================================
Coverage 88.12% 88.12%
=======================================
Files 9 9
Lines 4857 4859 +2
=======================================
+ Hits 4280 4282 +2
Misses 577 577 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| @@ -391,6 +391,13 @@ def ternary(condition, _): | |||
|
|
|||
There was a problem hiding this comment.
Nice. Remember to document :-)
|
Are people ok with the linguistic ambiguity between "set" as a collection of items and "set" as "assign"? I find |
|
FWIW I'm fine with the naming of |
|
I like set because its the term used in React Docs. |
|
I'm ok with |
|
+1 on keeping |
|
Unrelated test failures. |
Implements #956