jamescourtney / FlatSharp

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

Option for unsafe value struct vectors. #197

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #197 (820f673) into master (846144b) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
+ Coverage   94.64%   94.71%   +0.07%     
==========================================
  Files         103      103              
  Lines        7505     7552      +47     
  Branches      664      660       -4     
==========================================
+ Hits         7103     7153      +50     
+ Misses        302      300       -2     
+ Partials      100       99       -1     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/CompileContext.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
...tSharp.Compiler/TypeDefinitions/FieldDefinition.cs 100.00% <ø> (ø)
...harp.Runtime/Attributes/FlatBufferItemAttribute.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/CloneMethodsGenerator.cs 91.22% <100.00%> (ø)
src/FlatSharp.Compiler/FlatSharpCompiler.cs 94.93% <100.00%> (+0.13%) :arrow_up:
....Compiler/TypeDefinitions/ValueStructDefinition.cs 99.32% <100.00%> (+0.12%) :arrow_up:
src/FlatSharp.Compiler/Visitors/FieldVisitor.cs 89.92% <100.00%> (+0.07%) :arrow_up:
....Runtime/Attributes/FlatBufferMetadataAttribute.cs 100.00% <100.00%> (ø)
...atSharp/Serialization/RoslynSerializerGenerator.cs 99.51% <100.00%> (+0.73%) :arrow_up:
... and 2 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 846144b...820f673. Read the comment docs.