jamescourtney / FlatSharp

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

[Diff Only] #218

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #218 (5394c41) into master (51e0f13) will increase coverage by 0.17%. The diff coverage is 95.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #218      +/-   ##
==========================================
+ Coverage   94.68%   94.86%   +0.17%     
==========================================
  Files         104      100       -4     
  Lines        7584     7220     -364     
  Branches      677      680       +3     
==========================================
- Hits         7181     6849     -332     
+ Misses        300      278      -22     
+ Partials      103       93      -10     
Impacted Files Coverage Δ
...harp.Runtime/Attributes/FlatBufferItemAttribute.cs 100.00% <ø> (ø)
.../FlatSharp.Runtime/IO/ReadOnlyMemoryInputBuffer.cs 94.33% <0.00%> (-2.89%) :arrow_down:
src/FlatSharp.Runtime/IO/SpanWriter.cs 85.45% <ø> (-14.55%) :arrow_down:
...atSharp/Serialization/RoslynSerializerGenerator.cs 99.49% <ø> (-0.02%) :arrow_down:
src/FlatSharp.Runtime/IO/ArrayInputBuffer.cs 94.82% <66.66%> (-2.55%) :arrow_down:
src/FlatSharp/FlatBufferSerializer.cs 89.24% <70.00%> (-2.71%) :arrow_down:
...tSharp.Compiler/TypeDefinitions/UnionDefinition.cs 98.44% <97.11%> (-0.58%) :arrow_down:
src/FlatSharp.Runtime/IO/MemoryInputBuffer.cs 94.44% <98.00%> (-5.56%) :arrow_down:
...latSharp.Compiler/TypeDefinitions/RpcDefinition.cs 96.36% <100.00%> (ø)
....Runtime/Attributes/FlatBufferMetadataAttribute.cs 100.00% <100.00%> (ø)
... and 13 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 51e0f13...5394c41. Read the comment docs.