jamescourtney / FlatSharp

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

Union visitors #309

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #309 (8d6afd7) into main (cd7b5f7) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #309      +/-   ##
==========================================
+ Coverage   95.75%   95.77%   +0.01%     
==========================================
  Files         114      114              
  Lines        7806     7829      +23     
  Branches      740      741       +1     
==========================================
+ Hits         7475     7498      +23     
  Misses        229      229              
  Partials      102      102              
Impacted Files Coverage Δ
...FlatSharp.Compiler/SchemaModel/UnionSchemaModel.cs 97.83% <100.00%> (+0.23%) :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 cd7b5f7...8d6afd7. Read the comment docs.