jamescourtney / FlatSharp

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

Metadata attributes #403

Closed jamescourtney closed 1 year ago

jamescourtney commented 1 year ago

Expose metadata attributes as C# attributes

codecov[bot] commented 1 year ago

Codecov Report

Merging #403 (f61568c) into main (af02592) will increase coverage by 0.00%. The diff coverage is 96.96%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #403   +/-   ##
=======================================
  Coverage   97.34%   97.35%           
=======================================
  Files         124      125    +1     
  Lines        9652     9678   +26     
  Branches      784      786    +2     
=======================================
+ Hits         9396     9422   +26     
  Misses        165      165           
  Partials       91       91           
Files Changed Coverage Δ
src/FlatSharp.Compiler/Schema/EnumVal.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/Schema/FlatBufferEnum.cs 0.00% <ø> (ø)
.../FlatSharp.Compiler/SchemaModel/BaseSchemaModel.cs 96.42% <ø> (ø)
...arp.Compiler/SchemaModel/ValueStructSchemaModel.cs 94.44% <75.00%> (+0.07%) :arrow_up:
.../FlatSharp.Compiler/SchemaModel/EnumSchemaModel.cs 100.00% <100.00%> (ø)
...tSharp.Compiler/SchemaModel/FlatSharpAttributes.cs 98.88% <100.00%> (+0.02%) :arrow_up:
...Sharp.Compiler/SchemaModel/IFlatSharpAttributes.cs 100.00% <100.00%> (ø)
...Compiler/SchemaModel/MutableFlatSharpAttributes.cs 89.65% <100.00%> (+2.15%) :arrow_up:
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 96.84% <100.00%> (+0.01%) :arrow_up:
...Compiler/SchemaModel/ReferenceStructSchemaModel.cs 93.18% <100.00%> (+0.15%) :arrow_up:
... and 6 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 af02592...f61568c. Read the comment docs.