jamescourtney / FlatSharp

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

More API Tweaks #331

Closed jamescourtney closed 2 years ago

jamescourtney commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #331 (20c09af) into main (1ec4f30) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #331      +/-   ##
==========================================
+ Coverage   95.94%   96.00%   +0.06%     
==========================================
  Files         109      109              
  Lines        8079     8083       +4     
  Branches      746      747       +1     
==========================================
+ Hits         7751     7760       +9     
+ Misses        224      221       -3     
+ Partials      104      102       -2     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/FlatSharpCompiler.cs 91.48% <100.00%> (-0.08%) :arrow_down:
src/FlatSharp.Runtime/IO/SharedStringWriter.cs 95.45% <100.00%> (+0.21%) :arrow_up:
src/FlatSharp.Runtime/SerializerSettings.cs 100.00% <100.00%> (+12.12%) :arrow_up:
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.14% <0.00%> (-0.19%) :arrow_down:
src/FlatSharp.Runtime/SpanComparers.cs 86.36% <0.00%> (+2.27%) :arrow_up:

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 1ec4f30...20c09af. Read the comment docs.