jamescourtney / FlatSharp

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

Configurable grpc #183

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #183 (3f69602) into master (0d6e6eb) will increase coverage by 0.20%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   93.43%   93.63%   +0.20%     
==========================================
  Files          99       99              
  Lines        7200     7229      +29     
  Branches      658      659       +1     
==========================================
+ Hits         6727     6769      +42     
+ Misses        354      342      -12     
+ Partials      119      118       -1     
Impacted Files Coverage Δ
...latSharp.Compiler/TypeDefinitions/RpcDefinition.cs 96.36% <100.00%> (+0.36%) :arrow_up:
src/FlatSharp.Compiler/Visitors/RpcVisitor.cs 100.00% <100.00%> (ø)
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 81.60% <100.00%> (+0.79%) :arrow_up:
src/FlatSharp.Unsafe/UnsafeArrayInputBuffer.cs 91.24% <0.00%> (+0.72%) :arrow_up:
src/FlatSharp/FlatBufferSerializer.cs 91.86% <0.00%> (+3.48%) :arrow_up:
.../FlatSharp.Runtime/IO/ReadOnlyMemoryInputBuffer.cs 97.22% <0.00%> (+11.11%) :arrow_up:

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 0d6e6eb...3f69602. Read the comment docs.