jamescourtney / FlatSharp

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

Fancy grpc interfaces #177

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #177 (725c386) into master (fa58dad) will increase coverage by 0.02%. The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   93.26%   93.28%   +0.02%     
==========================================
  Files          99       99              
  Lines        7109     7164      +55     
  Branches      639      648       +9     
==========================================
+ Hits         6630     6683      +53     
  Misses        362      362              
- Partials      117      119       +2     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
...latSharp.Compiler/TypeDefinitions/RpcDefinition.cs 96.00% <95.65%> (-0.11%) :arrow_down:
...arp.Compiler/TypeDefinitions/RootNodeDefinition.cs 100.00% <100.00%> (ø)
src/FlatSharp.Compiler/Visitors/RpcVisitor.cs 100.00% <100.00%> (ø)
src/FlatSharp.Compiler/Visitors/SchemaVisitor.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 fa58dad...725c386. Read the comment docs.