jamescourtney / FlatSharp

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

Merge IInputBuffer2 -> IInputBuffer #315

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #315 (7416b14) into main (ec13143) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #315      +/-   ##
==========================================
- Coverage   95.83%   95.81%   -0.03%     
==========================================
  Files         114      114              
  Lines        7905     7861      -44     
  Branches      751      749       -2     
==========================================
- Hits         7576     7532      -44     
  Misses        222      222              
  Partials      107      107              
Impacted Files Coverage Δ
src/FlatSharp.Runtime/IO/ArrayInputBuffer.cs 100.00% <ø> (ø)
...rc/FlatSharp.Runtime/IO/ArraySegmentInputBuffer.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/IO/MemoryInputBuffer.cs 100.00% <ø> (ø)
.../FlatSharp.Runtime/IO/ReadOnlyMemoryInputBuffer.cs 100.00% <ø> (ø)
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.85% <ø> (-0.01%) :arrow_down:
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 84.84% <100.00%> (ø)
src/FlatSharp.Runtime/IO/InputBufferExtensions.cs 95.74% <100.00%> (-0.98%) :arrow_down:
src/FlatSharp.Runtime/SortedVectorHelpers.cs 98.38% <100.00%> (ø)
src/FlatSharp.Runtime/Vectors/FlatBufferVector.cs 96.77% <100.00%> (ø)
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)
... and 1 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 ec13143...7416b14. Read the comment docs.