jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
510 stars 51 forks source link

Improve Code Coverage #185

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #185 (6e9ba11) into master (d7c96cd) will increase coverage by 0.73%. The diff coverage is 86.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
+ Coverage   93.64%   94.37%   +0.73%     
==========================================
  Files          99       99              
  Lines        7233     7221      -12     
  Branches      659      626      -33     
==========================================
+ Hits         6773     6815      +42     
+ Misses        342      306      -36     
+ Partials      118      100      -18     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/IncludeFileLoader.cs 0.00% <0.00%> (ø)
src/FlatSharp.Compiler/Visitors/IncludeVisitor.cs 80.95% <0.00%> (ø)
src/FlatSharp.Compiler/Visitors/FieldVisitor.cs 90.54% <40.00%> (+2.02%) :arrow_up:
src/FlatSharp.Compiler/Visitors/MetadataVisitor.cs 82.60% <83.33%> (ø)
...atSharp.Compiler/TypeDefinitions/EnumDefinition.cs 94.57% <95.65%> (+15.04%) :arrow_up:
src/FlatSharp.Compiler/BaseSchemaMember.cs 97.14% <100.00%> (ø)
src/FlatSharp.Compiler/CustomErrorListener.cs 100.00% <100.00%> (+100.00%) :arrow_up:
src/FlatSharp.Compiler/FlatSharpCompiler.cs 95.20% <100.00%> (ø)
src/FlatSharp.Compiler/MetadataHelpers.cs 92.98% <100.00%> (+3.50%) :arrow_up:
src/FlatSharp.Compiler/Visitors/EnumVisitor.cs 100.00% <100.00%> (ø)
... and 2 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 d7c96cd...6e9ba11. Read the comment docs.