Closed leonardt closed 1 year ago
Attention: 6 lines
in your changes are missing coverage. Please review.
Comparison is base (
e0a49bb
) 86.09% compared to head (1a65e64
) 86.07%. Report is 7 commits behind head on master.:exclamation: Current head 1a65e64 differs from pull request most recent head 4f7ca3a. Consider uploading reports for the commit 4f7ca3a to get more accurate results
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
.value()
whereiswhole
would incorrectly return True when two tuples with different key orderings were wired (it's ok to wire two tuples when there keys don't match if you wire the children up explicitly, but.value()
shouldn't return the source tuple because that's not a compatible type, instead it should construct a new flipped version)._
to integer keys)