jamescourtney / FlatSharp

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

Vector write through #228

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #228 (c62add2) into flatSharp6 (f0542b4) will increase coverage by 0.14%. The diff coverage is 97.10%.

Impacted file tree graph

@@              Coverage Diff               @@
##           flatSharp6     #228      +/-   ##
==============================================
+ Coverage       95.11%   95.26%   +0.14%     
==============================================
  Files             108      108              
  Lines            7027     7177     +150     
  Branches          677      688      +11     
==============================================
+ Hits             6684     6837     +153     
+ Misses            239      235       -4     
- Partials          104      105       +1     
Impacted Files Coverage Δ
...FlatSharp/TypeModel/Vectors/BaseVectorTypeModel.cs 95.62% <83.33%> (-1.88%) :arrow_down:
src/FlatSharp/FlatBufferSerializer.cs 89.00% <87.50%> (-0.25%) :arrow_down:
src/FlatSharp.Runtime/Vectors/FlatBufferVector.cs 95.65% <91.66%> (-4.35%) :arrow_down:
...arp.Runtime/Vectors/FlatBufferProgressiveVector.cs 93.80% <96.77%> (+0.12%) :arrow_up:
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 91.95% <100.00%> (ø)
src/FlatSharp.Runtime/TableFieldContext.cs 100.00% <100.00%> (ø)
.../FlatSharp.Runtime/Vectors/FlatBufferVectorBase.cs 96.25% <100.00%> (ø)
src/FlatSharp/FlatBufferVectorHelpers.cs 100.00% <100.00%> (ø)
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)
...rc/FlatSharp/Serialization/ParserCodeGenContext.cs 100.00% <100.00%> (ø)
... and 10 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 f0542b4...c62add2. Read the comment docs.