jamescourtney / FlatSharp

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

Basic value struct vectors #196

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #196 (211a5fb) into master (ce64813) will increase coverage by 0.03%. The diff coverage is 96.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
+ Coverage   94.60%   94.64%   +0.03%     
==========================================
  Files         102      103       +1     
  Lines        7394     7505     +111     
  Branches      648      664      +16     
==========================================
+ Hits         6995     7103     +108     
- Misses        300      302       +2     
- Partials       99      100       +1     
Impacted Files Coverage Δ
...ler/TypeDefinitions/BaseTableOrStructDefinition.cs 75.00% <ø> (-8.34%) :arrow_down:
...harp.Runtime/Attributes/FlatBufferItemAttribute.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/TableTypeModel.cs 95.84% <0.00%> (ø)
src/FlatSharp/Serialization/CSharpHelpers.cs 85.71% <25.00%> (-3.33%) :arrow_down:
...atSharp.Compiler/TypeDefinitions/PropertyWriter.cs 93.20% <75.00%> (-0.38%) :arrow_down:
...ompiler/TypeDefinitions/TableOrStructDefinition.cs 94.42% <100.00%> (+0.55%) :arrow_up:
....Compiler/TypeDefinitions/ValueStructDefinition.cs 99.20% <100.00%> (+3.64%) :arrow_up:
src/FlatSharp.Compiler/Visitors/FieldVisitor.cs 89.85% <100.00%> (-1.06%) :arrow_down:
....Runtime/Attributes/FlatBufferMetadataAttribute.cs 100.00% <100.00%> (ø)
src/FlatSharp/TypeModel/ItemMemberModel.cs 90.41% <100.00%> (ø)
... and 3 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 ce64813...211a5fb. Read the comment docs.