jamescourtney / FlatSharp

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

Clean up unions #314

Closed jamescourtney closed 2 years ago

jamescourtney commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #314 (de1b13e) into main (23f1960) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #314      +/-   ##
==========================================
- Coverage   95.89%   95.83%   -0.06%     
==========================================
  Files         114      114              
  Lines        7992     7905      -87     
  Branches      761      751      -10     
==========================================
- Hits         7664     7576      -88     
  Misses        222      222              
- Partials      106      107       +1     
Impacted Files Coverage Δ
...FlatSharp.Compiler/SchemaModel/UnionSchemaModel.cs 96.52% <ø> (-1.31%) :arrow_down:
src/FlatSharp/FlatBufferSerializer.cs 89.00% <0.00%> (-1.00%) :arrow_down:

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 23f1960...de1b13e. Read the comment docs.