jamescourtney / FlatSharp

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

Settings builder and increase UT speed #330

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #330 (78b51c8) into main (a12c620) will increase coverage by 0.01%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #330      +/-   ##
==========================================
+ Coverage   95.94%   95.96%   +0.01%     
==========================================
  Files         109      109              
  Lines        8043     8079      +36     
  Branches      746      746              
==========================================
+ Hits         7717     7753      +36     
- Misses        221      224       +3     
+ Partials      105      102       -3     
Impacted Files Coverage Δ
src/FlatSharp.Runtime/FlatSharpInternal.cs 0.00% <ø> (ø)
src/FlatSharp.Runtime/SerializerSettings.cs 87.87% <85.18%> (+87.87%) :arrow_up:
src/FlatSharp.Compiler/FlatSharpCompiler.cs 91.56% <100.00%> (-0.04%) :arrow_down:
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 84.93% <100.00%> (+0.90%) :arrow_up:
src/FlatSharp.Runtime/IO/SharedStringWriter.cs 95.23% <100.00%> (ø)
src/FlatSharp/FlatBufferSerializer.cs 88.23% <100.00%> (+0.35%) :arrow_up:
src/FlatSharp.Runtime/SpanComparers.cs 86.36% <0.00%> (+2.27%) :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 a12c620...78b51c8. Read the comment docs.