jamescourtney / FlatSharp

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

Remove Unneeded attribute #229

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #229 (0b34c5a) into flatSharp6 (fa5d246) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff               @@
##           flatSharp6     #229      +/-   ##
==============================================
- Coverage       95.26%   95.24%   -0.02%     
==============================================
  Files             108      108              
  Lines            7177     7072     -105     
  Branches          688      671      -17     
==============================================
- Hits             6837     6736     -101     
+ Misses            235      232       -3     
+ Partials          105      104       -1     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
...ompiler/SchemaModel/FlatSharpAttributeValidator.cs 100.00% <ø> (ø)
...tSharp.Compiler/SchemaModel/FlatSharpAttributes.cs 97.46% <ø> (+2.38%) :arrow_up:
...Compiler/SchemaModel/MutableFlatSharpAttributes.cs 82.60% <ø> (-0.73%) :arrow_down:
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 91.75% <ø> (-0.21%) :arrow_down:
...harp.Runtime/Attributes/FlatBufferItemAttribute.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/TableFieldContext.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/StructMemberModel.cs 80.64% <ø> (-1.71%) :arrow_down:
src/FlatSharp/TypeModel/TableMemberModel.cs 93.95% <ø> (-0.28%) :arrow_down:
...FlatSharp/TypeModel/Vectors/BaseVectorTypeModel.cs 94.87% <ø> (-0.75%) :arrow_down:
... and 5 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 fa5d246...0b34c5a. Read the comment docs.