jamescourtney / FlatSharp

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

Value structs redux #195

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #195 (3dcb835) into master (336e699) will increase coverage by 0.00%. The diff coverage is 94.63%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #195    +/-   ##
========================================
  Coverage   94.59%   94.60%            
========================================
  Files          99      102     +3     
  Lines        7196     7394   +198     
  Branches      622      648    +26     
========================================
+ Hits         6807     6995   +188     
- Misses        293      300     +7     
- Partials       96       99     +3     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/SerializationHelpers.cs 95.45% <ø> (ø)
src/FlatSharp/TypeModel/RuntimeTypeModel.cs 80.95% <ø> (+13.38%) :arrow_up:
...ler/TypeDefinitions/BaseTableOrStructDefinition.cs 83.33% <83.33%> (ø)
...ompiler/TypeDefinitions/TableOrStructDefinition.cs 93.86% <83.67%> (-3.16%) :arrow_down:
...atSharp.Compiler/TypeDefinitions/PropertyWriter.cs 93.57% <93.57%> (ø)
....Compiler/TypeDefinitions/ValueStructDefinition.cs 95.55% <95.55%> (ø)
src/FlatSharp/TypeModel/ValueStructTypeModel.cs 97.72% <97.72%> (ø)
src/FlatSharp.Compiler/FlatSharpCompiler.cs 94.80% <100.00%> (ø)
...tSharp.Compiler/TypeDefinitions/FieldDefinition.cs 100.00% <100.00%> (+6.55%) :arrow_up:
... and 23 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 336e699...3dcb835. Read the comment docs.