jamescourtney / FlatSharp

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

Unsafe unions #336

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #336 (d4aa164) into main (64d7cc9) will increase coverage by 0.01%. The diff coverage is 99.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #336      +/-   ##
==========================================
+ Coverage   96.09%   96.10%   +0.01%     
==========================================
  Files         108      108              
  Lines        7966     8045      +79     
  Branches      736      746      +10     
==========================================
+ Hits         7655     7732      +77     
- Misses        208      209       +1     
- Partials      103      104       +1     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
...FlatSharp.Compiler/SchemaModel/UnionSchemaModel.cs 96.75% <98.93%> (+0.92%) :arrow_up:
...ompiler/SchemaModel/FlatSharpAttributeValidator.cs 98.82% <100.00%> (+0.07%) :arrow_up:
...tSharp.Compiler/SchemaModel/FlatSharpAttributes.cs 98.87% <100.00%> (+0.01%) :arrow_up:
...Compiler/SchemaModel/MutableFlatSharpAttributes.cs 88.00% <100.00%> (+0.50%) :arrow_up:
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.14% <100.00%> (-0.19%) :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 64d7cc9...d4aa164. Read the comment docs.