jamescourtney / FlatSharp

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

Increase number of Union types created #308

Closed shadowbane1000 closed 2 years ago

shadowbane1000 commented 2 years ago

Increase to 50 union types.

jamescourtney commented 2 years ago

This is impressive. I sincerely thought 30 would be enough, but happy to approve!

codecov[bot] commented 2 years ago

Codecov Report

Merging #308 (c3e3c65) into main (f37672c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #308   +/-   ##
=======================================
  Coverage   95.75%   95.75%           
=======================================
  Files         114      114           
  Lines        7806     7806           
  Branches      740      740           
=======================================
  Hits         7475     7475           
  Misses        229      229           
  Partials      102      102           

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 f37672c...c3e3c65. Read the comment docs.