jamescourtney / FlatSharp

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

Tweak polyfills and do a better job for netstandard 2.1 #253

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #253 (6fd070c) into master (3e1cf9f) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #253   +/-   ##
=======================================
  Coverage   95.19%   95.20%           
=======================================
  Files         109      109           
  Lines        7103     7110    +7     
  Branches      671      672    +1     
=======================================
+ Hits         6762     6769    +7     
  Misses        237      237           
  Partials      104      104           
Impacted Files Coverage Δ
src/FlatSharp.Runtime/IO/ScalarSpanReader.cs 100.00% <100.00%> (ø)
src/FlatSharp.Runtime/IO/SpanWriter.cs 85.45% <100.00%> (ø)
src/FlatSharp.Runtime/SortedVectorHelpers.cs 93.15% <100.00%> (+0.18%) :arrow_up:
src/FlatSharp.Runtime/Vectors/IndexedVector.cs 100.00% <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 3e1cf9f...6fd070c. Read the comment docs.