jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Revert pooling and array segment stuff #168

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #168 (4f99b47) into master (2adb275) will decrease coverage by 0.38%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
- Coverage   93.44%   93.06%   -0.39%     
==========================================
  Files         107       99       -8     
  Lines        7627     7107     -520     
  Branches      670      640      -30     
==========================================
- Hits         7127     6614     -513     
+ Misses        375      371       -4     
+ Partials      125      122       -3     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/MetadataHelpers.cs 89.47% <ø> (-1.01%) :arrow_down:
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
...tSharp.Compiler/TypeDefinitions/FieldDefinition.cs 91.59% <ø> (-0.04%) :arrow_down:
...arp.Compiler/TypeDefinitions/RootNodeDefinition.cs 100.00% <ø> (ø)
...ompiler/TypeDefinitions/TableOrStructDefinition.cs 94.25% <ø> (-0.13%) :arrow_down:
src/FlatSharp.Compiler/Visitors/TypeVisitor.cs 100.00% <ø> (ø)
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 77.57% <ø> (-0.51%) :arrow_down:
src/FlatSharp.Runtime/VectorCloneHelpers.cs 89.15% <ø> (+3.57%) :arrow_up:
src/FlatSharp/Serialization/CodeGeneratedMethod.cs 100.00% <ø> (ø)
...rc/FlatSharp/Serialization/ParserCodeGenContext.cs 84.00% <ø> (-16.00%) :arrow_down:
... and 17 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 2adb275...4f99b47. Read the comment docs.