jamescourtney / FlatSharp

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

Updates for 5.7 #198

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #198 (d9dd0fa) into master (16e2d23) will decrease coverage by 0.03%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
- Coverage   94.71%   94.68%   -0.04%     
==========================================
  Files         103      103              
  Lines        7552     7560       +8     
  Branches      660      661       +1     
==========================================
+ Hits         7153     7158       +5     
- Misses        300      303       +3     
  Partials       99       99              
Impacted Files Coverage Δ
src/FlatSharp.Unsafe/UnsafeArrayInputBuffer.cs 91.24% <ø> (ø)
src/FlatSharp.Unsafe/UnsafeMemoryInputBuffer.cs 89.34% <ø> (ø)
src/FlatSharp.Unsafe/UnsafeSpanWriter.cs 91.71% <ø> (ø)
src/FlatSharp/FlatSharpCompilationException.cs 62.50% <25.00%> (-37.50%) :arrow_down:
src/FlatSharp.Compiler/FlatSharpCompiler.cs 94.93% <100.00%> (ø)
....Compiler/TypeDefinitions/ValueStructDefinition.cs 99.34% <100.00%> (+0.01%) :arrow_up:
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)

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 16e2d23...d9dd0fa. Read the comment docs.