jamescourtney / FlatSharp

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

6.0.0 #241

Closed jamescourtney closed 3 years ago

jamescourtney commented 3 years ago

Big 6.0.0 PR!

codecov[bot] commented 3 years ago

Codecov Report

Merging #241 (e271e33) into master (51e0f13) will increase coverage by 0.54%. The diff coverage is 94.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
+ Coverage   94.68%   95.22%   +0.54%     
==========================================
  Files         104      108       +4     
  Lines        7584     7081     -503     
  Branches      677      671       -6     
==========================================
- Hits         7181     6743     -438     
+ Misses        300      234      -66     
- Partials      103      104       +1     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/CodeWriter.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
...harp.Runtime/Attributes/FlatBufferItemAttribute.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/IO/InputBufferExtensions.cs 95.65% <ø> (-0.78%) :arrow_down:
src/FlatSharp.Runtime/IO/ScalarSpanReader.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/IO/SpanWriter.cs 85.45% <ø> (-14.55%) :arrow_down:
src/FlatSharp.Runtime/IO/SpanWriterExtensions.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/SortedVectorHelpers.cs 92.96% <ø> (-1.40%) :arrow_down:
src/FlatSharp.Runtime/TableFieldContext.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/VectorCloneHelpers.cs 100.00% <ø> (+10.84%) :arrow_up:
... and 147 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 51e0f13...e271e33. Read the comment docs.