jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
510 stars 51 forks source link

Value unions #215

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #215 (fb1240f) into flatSharp6 (51e0f13) will increase coverage by 0.17%. The diff coverage is 97.93%.

Impacted file tree graph

@@              Coverage Diff               @@
##           flatSharp6     #215      +/-   ##
==============================================
+ Coverage       94.68%   94.85%   +0.17%     
==============================================
  Files             104      104              
  Lines            7584     7700     +116     
  Branches          677      691      +14     
==============================================
+ Hits             7181     7304     +123     
+ Misses            300      294       -6     
+ Partials          103      102       -1     
Impacted Files Coverage Δ
...tSharp.Compiler/TypeDefinitions/UnionDefinition.cs 98.44% <97.11%> (-0.58%) :arrow_down:
src/FlatSharp.Runtime/VectorCloneHelpers.cs 100.00% <100.00%> (+10.84%) :arrow_up:
src/FlatSharp/TypeModel/UnionTypeModel.cs 96.38% <100.00%> (-0.70%) :arrow_down:
...Model/VectorsOfUnion/BaseVectorOfUnionTypeModel.cs 90.47% <100.00%> (-0.64%) :arrow_down:
src/FlatSharp.Runtime/FlatBufferVectorOfUnion.cs 87.50% <0.00%> (-3.13%) :arrow_down:
...rc/FlatSharp/Serialization/ParserCodeGenContext.cs 100.00% <0.00%> (+16.00%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 51e0f13...fb1240f. Read the comment docs.

Astn commented 3 years ago

Well you have been busy today! 👀