jamescourtney / FlatSharp

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

Contextual Table Field Options #225

Closed jamescourtney closed 3 years ago

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

Codecov Report

Merging #225 (a29beb8) into flatSharp6 (5a9e38c) will decrease coverage by 0.42%. The diff coverage is 88.59%.

Impacted file tree graph

@@              Coverage Diff               @@
##           flatSharp6     #225      +/-   ##
==============================================
- Coverage       95.07%   94.64%   -0.43%     
==============================================
  Files             107      105       -2     
  Lines            6739     6889     +150     
  Branches          652      654       +2     
==============================================
+ Hits             6407     6520     +113     
- Misses            229      259      +30     
- Partials          103      110       +7     
Impacted Files Coverage Δ
...harp.Runtime/Attributes/FlatBufferItemAttribute.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/IO/InputBufferExtensions.cs 95.65% <ø> (-0.27%) :arrow_down:
src/FlatSharp.Runtime/IO/SpanWriterExtensions.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/SortedVectorHelpers.cs 94.14% <ø> (-0.23%) :arrow_down:
.../FlatSharp/TypeModel/FlatSharpTypeModelProvider.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/ItemMemberModel.cs 90.41% <ø> (ø)
...atSharp/TypeModel/Vectors/MemoryVectorTypeModel.cs 92.85% <ø> (ø)
...latSharp/TypeModel/Vectors/ArrayVectorTypeModel.cs 91.30% <50.00%> (-8.70%) :arrow_down:
...tSharp/TypeModel/Vectors/IndexedVectorTypeModel.cs 90.36% <50.00%> (-4.52%) :arrow_down:
...odel/VectorsOfUnion/ArrayVectorOfUnionTypeModel.cs 85.18% <50.00%> (-14.82%) :arrow_down:
... and 25 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 5a9e38c...a29beb8. Read the comment docs.