jamescourtney / FlatSharp

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

Fixes for includes and namespace resolution #174

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #174 (b33aa3b) into master (72037ea) will increase coverage by 0.19%. The diff coverage is 98.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
+ Coverage   93.06%   93.26%   +0.19%     
==========================================
  Files          99       99              
  Lines        7106     7109       +3     
  Branches      640      639       -1     
==========================================
+ Hits         6613     6630      +17     
+ Misses        371      362       -9     
+ Partials      122      117       -5     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/Visitors/FieldVisitor.cs 88.51% <66.66%> (+1.84%) :arrow_up:
src/FlatSharp.Compiler/BaseSchemaMember.cs 97.14% <100.00%> (+2.20%) :arrow_up:
...tSharp.Compiler/TypeDefinitions/FieldDefinition.cs 93.44% <100.00%> (+1.84%) :arrow_up:
...latSharp.Compiler/TypeDefinitions/RpcDefinition.cs 96.10% <100.00%> (+0.07%) :arrow_up:
...Compiler/TypeDefinitions/StructVectorDefinition.cs 100.00% <100.00%> (ø)
...ompiler/TypeDefinitions/TableOrStructDefinition.cs 97.10% <100.00%> (+2.85%) :arrow_up:
src/FlatSharp.Compiler/Visitors/SchemaVisitor.cs 100.00% <100.00%> (ø)
src/FlatSharp.Compiler/Visitors/TypeVisitor.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 72037ea...b33aa3b. Read the comment docs.