jamescourtney / FlatSharp

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

Allow custom deserializers to reduce file size #386

Closed jamescourtney closed 1 year ago

jamescourtney commented 1 year ago

383

codecov[bot] commented 1 year ago

Codecov Report

Merging #386 (747c314) into main (e6bc6f4) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #386   +/-   ##
=======================================
  Coverage   96.85%   96.85%           
=======================================
  Files         121      122    +1     
  Lines        9588     9608   +20     
  Branches      814      816    +2     
=======================================
+ Hits         9286     9306   +20     
  Misses        204      204           
  Partials       98       98           
Files Changed Coverage Δ
src/FlatSharp.Compiler/CompilerOptions.cs 100.00% <100.00%> (ø)
src/FlatSharp.Compiler/FlatSharpCompiler.cs 97.14% <100.00%> (ø)
src/FlatSharp.Compiler/SchemaModel/RootModel.cs 100.00% <100.00%> (ø)
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.05% <100.00%> (+0.03%) :arrow_up:

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 e6bc6f4...747c314. Read the comment docs.