jamescourtney / FlatSharp

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

Remove lazy write through #170

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #170 (5d7d4b6) into master (45db286) will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
+ Coverage   92.97%   93.06%   +0.08%     
==========================================
  Files          99       99              
  Lines        7107     7106       -1     
  Branches      640      640              
==========================================
+ Hits         6608     6613       +5     
+ Misses        377      371       -6     
  Partials      122      122              
Impacted Files Coverage Δ
src/FlatSharp/FlatBufferSerializerOptions.cs 80.95% <100.00%> (-0.87%) :arrow_down:
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)
src/FlatSharp.Unsafe/UnsafeSpanWriter.cs 91.71% <0.00%> (+3.82%) :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 45db286...5d7d4b6. Read the comment docs.