jamescourtney / FlatSharp

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

Object pools #345

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #345 (f2c3089) into main (7217cb8) will increase coverage by 0.12%. The diff coverage is 98.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #345      +/-   ##
==========================================
+ Coverage   96.33%   96.46%   +0.12%     
==========================================
  Files         107      111       +4     
  Lines        7896     8562     +666     
  Branches      728      803      +75     
==========================================
+ Hits         7607     8259     +652     
- Misses        194      200       +6     
- Partials       95      103       +8     
Impacted Files Coverage Δ
...tSharp.Runtime/FlatBufferDeserializationContext.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/VectorCloneHelpers.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/Vectors/IndexedVector.cs 100.00% <ø> (ø)
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 85.80% <92.30%> (+0.87%) :arrow_up:
...c/FlatSharp.Runtime/Vectors/GreedyIndexedVector.cs 93.90% <93.90%> (ø)
....Compiler/SchemaModel/ReferenceUnionSchemaModel.cs 96.00% <96.00%> (ø)
src/FlatSharp.Compiler/CodeWriter.cs 100.00% <100.00%> (ø)
src/FlatSharp.Compiler/FlatSharpCompiler.cs 96.80% <100.00%> (ø)
src/FlatSharp.Compiler/Schema/Schema.cs 100.00% <100.00%> (ø)
...mpiler/SchemaModel/BaseReferenceTypeSchemaModel.cs 100.00% <100.00%> (ø)
... and 18 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 7217cb8...f2c3089. Read the comment docs.