jamescourtney / FlatSharp

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

Array segment support #165

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #165 (05da897) into master (fc2f91b) will increase coverage by 0.41%. The diff coverage is 98.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #165      +/-   ##
==========================================
+ Coverage   93.02%   93.43%   +0.41%     
==========================================
  Files         104      107       +3     
  Lines        7471     7619     +148     
  Branches      671      669       -2     
==========================================
+ Hits         6950     7119     +169     
+ Misses        394      375      -19     
+ Partials      127      125       -2     
Impacted Files Coverage Δ
src/FlatSharp.Runtime/IFlatSharpObjectPool.cs 100.00% <ø> (ø)
src/FlatSharp/Serialization/CodeGeneratedMethod.cs 100.00% <ø> (ø)
...latSharp/Serialization/GetMaxSizeCodeGenContext.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/VectorCloneHelpers.cs 85.57% <71.42%> (-3.58%) :arrow_down:
...tSharp.Compiler/TypeDefinitions/FieldDefinition.cs 91.63% <100.00%> (+0.03%) :arrow_up:
...arp.Compiler/TypeDefinitions/RootNodeDefinition.cs 100.00% <100.00%> (ø)
src/FlatSharp.Runtime/ArraySegmentExtensions.cs 100.00% <100.00%> (ø)
...tSharp/Serialization/DeserializeClassDefinition.cs 98.97% <100.00%> (+0.02%) :arrow_up:
...rc/FlatSharp/Serialization/ParserCodeGenContext.cs 100.00% <100.00%> (+44.44%) :arrow_up:
...Serialization/PoolingDeserializeClassDefinition.cs 100.00% <100.00%> (ø)
... and 24 more

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 fc2f91b...05da897. Read the comment docs.