jamescourtney / FlatSharp

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

FlatSharp compiler enhancements #389

Closed jamescourtney closed 1 year ago

jamescourtney commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #389 (ddfb751) into main (4456849) will increase coverage by 0.00%. The diff coverage is 98.17%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #389   +/-   ##
=======================================
  Coverage   96.85%   96.86%           
=======================================
  Files         122      124    +2     
  Lines        9614     9699   +85     
  Branches      817      829   +12     
=======================================
+ Hits         9312     9395   +83     
  Misses        204      204           
- Partials       98      100    +2     
Files Changed Coverage Δ
src/FlatSharp.Compiler/CompilerOptions.cs 100.00% <ø> (ø)
...mpiler/SchemaMutators/ExternalTypeSchemaMutator.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/SchemaModel/RootModel.cs 99.11% <95.65%> (-0.89%) :arrow_down:
...mpiler/SchemaMutators/AbsolutePathSchemaMutator.cs 97.50% <97.50%> (ø)
src/FlatSharp.Compiler/FlatSharpCompiler.cs 97.32% <98.70%> (+0.11%) :arrow_up:
src/FlatSharp.Compiler/PathHelpers.cs 100.00% <100.00%> (ø)
src/FlatSharp.Compiler/Schema/Schema.cs 100.00% <100.00%> (ø)
...mpiler/SchemaModel/BaseReferenceTypeSchemaModel.cs 100.00% <100.00%> (ø)
...Compiler/SchemaModel/ReferenceStructSchemaModel.cs 93.02% <100.00%> (ø)
...FlatSharp.Compiler/SchemaModel/TableSchemaModel.cs 100.00% <100.00%> (ø)
... and 10 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4456849...ddfb751. Read the comment docs.