Closed vxgmichel closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
4952900
) to head (102b780
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This has the benefit of not exposing the operator methods (
raw
andpipe
) to the produced stream.It was also confusing for operators to be a class as they're written in lowercase.
Also, the implementation of the
operator
andpipe_operator
decorators are updated to be more readable.