magnolify icon indicating copy to clipboard operation
magnolify copied to clipboard

[avro] Add Either typeclass support

Open RustedBones opened this issue 1 year ago • 1 comments

Support scala Either as a avro type union

RustedBones avatar Jul 22 '24 12:07 RustedBones

Codecov Report

:x: Patch coverage is 88.88889% with 1 line in your changes missing coverage. Please review. :white_check_mark: Project coverage is 95.31%. Comparing base (2c10ba9) to head (bb2dcee). :warning: Report is 46 commits behind head on main.

Files with missing lines Patch % Lines
avro/src/main/scala/magnolify/avro/AvroType.scala 88.88% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1004      +/-   ##
==========================================
- Coverage   95.34%   95.31%   -0.03%     
==========================================
  Files          56       56              
  Lines        1978     1987       +9     
  Branches      154      157       +3     
==========================================
+ Hits         1886     1894       +8     
- Misses         92       93       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jul 22 '24 12:07 codecov[bot]