jamescourtney / FlatSharp

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

Continue Test Migration #355

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #355 (a020650) into main (be39bfb) will increase coverage by 0.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #355      +/-   ##
==========================================
+ Coverage   96.45%   96.61%   +0.16%     
==========================================
  Files         114      114              
  Lines        8687     8694       +7     
  Branches      812      810       -2     
==========================================
+ Hits         8379     8400      +21     
  Misses        203      203              
+ Partials      105       91      -14     
Impacted Files Coverage Δ
src/FlatSharp/FlatBufferSerializerOptions.cs 80.00% <ø> (ø)
src/FlatSharp.Compiler/FlatSharpCompiler.cs 97.09% <100.00%> (+0.15%) :arrow_up:
src/FlatSharp.Compiler/SchemaModel/RootModel.cs 100.00% <100.00%> (ø)
src/FlatSharp/Serialization/CSharpHelpers.cs 87.17% <100.00%> (-0.48%) :arrow_down:
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)
src/FlatSharp/TypeModel/TableTypeModel.cs 96.73% <100.00%> (-0.02%) :arrow_down:
src/FlatSharp.Runtime/SpanComparers.cs 100.00% <0.00%> (+15.90%) :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 be39bfb...a020650. Read the comment docs.