jamescourtney / FlatSharp

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

Assorted changes for 5.7.1 #206

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #206 (dc92bf1) into master (8f87963) will decrease coverage by 0.02%. The diff coverage is 93.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
- Coverage   94.71%   94.68%   -0.03%     
==========================================
  Files         103      104       +1     
  Lines        7547     7584      +37     
  Branches      661      677      +16     
==========================================
+ Hits         7148     7181      +33     
  Misses        300      300              
- Partials       99      103       +4     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/CompileContext.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
src/FlatSharp/FlatBufferSerializerOptions.cs 84.00% <ø> (ø)
src/FlatSharp/TypeModel/ValueStructTypeModel.cs 97.61% <81.81%> (-2.39%) :arrow_down:
src/FlatSharp.Compiler/FlatSharpCompiler.cs 94.80% <100.00%> (-0.14%) :arrow_down:
src/FlatSharp.Compiler/MetadataHelpers.cs 93.75% <100.00%> (+0.76%) :arrow_up:
...ompiler/TypeDefinitions/TableOrStructDefinition.cs 94.51% <100.00%> (+0.09%) :arrow_up:
....Compiler/TypeDefinitions/ValueStructDefinition.cs 99.34% <100.00%> (+0.05%) :arrow_up:
...rp.Runtime/Attributes/FlatBufferStructAttribute.cs 100.00% <100.00%> (ø)
...atSharp/Serialization/RoslynSerializerGenerator.cs 99.51% <100.00%> (-0.01%) :arrow_down:
... 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 8f87963...dc92bf1. Read the comment docs.