jamescourtney / FlatSharp

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

Split sorted vector helpers into FlatSharp and FlatSharp.Internal #272

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #272 (ea4552a) into main (327e990) will not change coverage. The diff coverage is 96.79%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #272   +/-   ##
=======================================
  Coverage   95.57%   95.57%           
=======================================
  Files         112      113    +1     
  Lines        7498     7498           
  Branches      695      695           
=======================================
  Hits         7166     7166           
  Misses        230      230           
  Partials      102      102           
Impacted Files Coverage Δ
src/FlatSharp.Runtime/SortedVectorHelpers.cs 98.38% <ø> (+0.73%) :arrow_up:
...c/FlatSharp.Runtime/SortedVectorHelpersInternal.cs 96.77% <96.77%> (ø)
src/FlatSharp/TypeModel/TableTypeModel.cs 95.56% <100.00%> (ø)

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 327e990...ea4552a. Read the comment docs.