jamescourtney / FlatSharp

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

Deprecation #217

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #217 (50b23be) into flatSharp6 (28582f1) will increase coverage by 0.00%. The diff coverage is 91.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##           flatSharp6     #217    +/-   ##
============================================
  Coverage       94.85%   94.86%            
============================================
  Files             104      100     -4     
  Lines            7700     7220   -480     
  Branches          691      680    -11     
============================================
- Hits             7304     6849   -455     
+ Misses            294      278    -16     
+ Partials          102       93     -9     
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:
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%> (ø)
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 81.88% <100.00%> (-0.29%) :arrow_down:
... and 5 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 28582f1...50b23be. Read the comment docs.