jamescourtney / FlatSharp

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

Delete Legacy Tests #398

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #398 (4d3da87) into main (b298d28) will increase coverage by 0.44%. The diff coverage is 97.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #398      +/-   ##
==========================================
+ Coverage   96.90%   97.34%   +0.44%     
==========================================
  Files         124      124              
  Lines        9681     9652      -29     
  Branches      828      784      -44     
==========================================
+ Hits         9381     9396      +15     
+ Misses        202      165      -37     
+ Partials       98       91       -7     
Files Changed Coverage Δ
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 86.89% <ø> (+3.34%) :arrow_up:
src/FlatSharp/TypeModel/RuntimeTypeModel.cs 85.71% <ø> (ø)
src/FlatSharp/TypeModel/ScalarTypeModel.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/StringTypeModel.cs 98.64% <ø> (-0.02%) :arrow_down:
...Model/VectorsOfUnion/BaseVectorOfUnionTypeModel.cs 100.00% <ø> (+4.49%) :arrow_up:
src/FlatSharp/TypeModel/ValueStructTypeModel.cs 98.55% <92.00%> (-0.48%) :arrow_down:
src/FlatSharp/TypeModel/StructTypeModel.cs 98.75% <94.73%> (-0.63%) :arrow_down:
src/FlatSharp/TypeModel/TableTypeModel.cs 98.41% <95.74%> (+1.63%) :arrow_up:
src/FlatSharp.Compiler/FlatSharpCompiler.cs 97.29% <100.00%> (+0.03%) :arrow_up:
...mpiler/SchemaModel/BaseReferenceTypeSchemaModel.cs 100.00% <100.00%> (ø)
... and 18 more

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b298d28...4d3da87. Read the comment docs.