jamescourtney / FlatSharp

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

More v7 API Breaking Changes #329

Closed jamescourtney closed 1 year ago

jamescourtney commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #329 (2ef0c48) into main (c4f432d) will increase coverage by 0.28%. The diff coverage is 96.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #329      +/-   ##
==========================================
+ Coverage   95.68%   95.97%   +0.28%     
==========================================
  Files         105      109       +4     
  Lines        8082     8043      -39     
  Branches      752      746       -6     
==========================================
- Hits         7733     7719      -14     
+ Misses        243      221      -22     
+ Partials      106      103       -3     
Impacted Files Coverage Δ
....Runtime/Attributes/FlatBufferMetadataAttribute.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/FlatSharpInternal.cs 0.00% <0.00%> (ø)
src/FlatSharp.Runtime/IGeneratedSerializer.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/IO/SpanWriter.cs 100.00% <ø> (+14.54%) :arrow_up:
src/FlatSharp.Runtime/ISerializerExtensions.cs 82.35% <0.00%> (ø)
src/FlatSharp.Runtime/SerializationContext.cs 91.46% <ø> (ø)
src/FlatSharp.Runtime/SerializerSettings.cs 0.00% <0.00%> (ø)
src/FlatSharp.Runtime/VectorCloneHelpers.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/RuntimeTypeModel.cs 85.71% <ø> (ø)
src/FlatSharp/TypeModel/TypeModelContainer.cs 88.32% <ø> (+0.73%) :arrow_up:
... 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 c4f432d...2ef0c48. Read the comment docs.