jamescourtney / FlatSharp

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

Fix circular initialization/validation issues. #290

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #290 (9a98be0) into main (7a97087) will increase coverage by 0.00%. The diff coverage is 89.87%.

Impacted file tree graph

@@           Coverage Diff            @@
##             main     #290    +/-   ##
========================================
  Coverage   95.65%   95.66%            
========================================
  Files         114      114            
  Lines        7665     7771   +106     
  Branches      711      722    +11     
========================================
+ Hits         7332     7434   +102     
- Misses        231      233     +2     
- Partials      102      104     +2     
Impacted Files Coverage Δ
src/FlatSharp/TypeModel/StructMemberModel.cs 82.35% <66.66%> (+1.70%) :arrow_up:
src/FlatSharp/TypeModel/TableMemberModel.cs 93.83% <73.33%> (+0.31%) :arrow_up:
src/FlatSharp/TypeModel/ItemMemberModel.cs 91.25% <86.36%> (+0.70%) :arrow_up:
src/FlatSharp/TypeModel/TableTypeModel.cs 95.68% <88.00%> (+0.12%) :arrow_up:
src/FlatSharp/TypeModel/TypeModelContainer.cs 87.40% <93.65%> (+4.54%) :arrow_up:
src/FlatSharp/TypeModel/RuntimeTypeModel.cs 86.20% <100.00%> (+1.02%) :arrow_up:
src/FlatSharp/TypeModel/StructTypeModel.cs 99.31% <100.00%> (+0.02%) :arrow_up:
...FlatSharp/TypeModel/TypeFacadeTypeModelProvider.cs 79.31% <100.00%> (+0.48%) :arrow_up:
src/FlatSharp/TypeModel/UnionTypeModel.cs 96.36% <100.00%> (+0.06%) :arrow_up:
...FlatSharp/TypeModel/Vectors/BaseVectorTypeModel.cs 94.91% <100.00%> (+0.13%) :arrow_up:
... and 1 more

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 7a97087...9a98be0. Read the comment docs.