jamescourtney / FlatSharp

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

Disallow a couple of new features #393

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #393 (71bf61d) into main (eb85287) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #393   +/-   ##
=======================================
  Coverage   96.87%   96.88%           
=======================================
  Files         124      124           
  Lines        9678     9681    +3     
  Branches      827      828    +1     
=======================================
+ Hits         9376     9379    +3     
  Misses        204      204           
  Partials       98       98           
Files Changed Coverage Δ
src/FlatSharp.Compiler/Schema/BaseType.cs 88.23% <ø> (ø)
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <100.00%> (ø)
src/FlatSharp/TypeModel/StructMemberModel.cs 84.21% <100.00%> (+1.35%) :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 eb85287...71bf61d. Read the comment docs.