jamescourtney / FlatSharp

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

Fix required properties #439

Closed jamescourtney closed 3 months ago

jamescourtney commented 3 months ago
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.90%. Comparing base (e21f630) to head (9a2c535).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439/graphs/tree.svg?width=650&height=150&src=pr&token=6EUECHZGT4&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney)](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney) ```diff @@ Coverage Diff @@ ## main #439 +/- ## ========================================== + Coverage 96.88% 96.90% +0.01% ========================================== Files 126 126 Lines 9740 9738 -2 Branches 791 792 +1 ========================================== Hits 9437 9437 + Misses 210 209 -1 + Partials 93 92 -1 ``` | [Files](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney) | Coverage Δ | | |---|---|---| | [...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?src=pr&el=tree&filepath=src%2FFlatSharp.Compiler%2FSchemaModel%2FPropertyFieldModel.cs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5Db21waWxlci9TY2hlbWFNb2RlbC9Qcm9wZXJ0eUZpZWxkTW9kZWwuY3M=) | `97.32% <100.00%> (+0.90%)` | :arrow_up: | | [...tSharp/Serialization/DeserializeClassDefinition.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?src=pr&el=tree&filepath=src%2FFlatSharp%2FSerialization%2FDeserializeClassDefinition.cs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC9TZXJpYWxpemF0aW9uL0Rlc2VyaWFsaXplQ2xhc3NEZWZpbml0aW9uLmNz) | `100.00% <100.00%> (ø)` | | | [src/FlatSharp/TypeModel/StructTypeModel.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?src=pr&el=tree&filepath=src%2FFlatSharp%2FTypeModel%2FStructTypeModel.cs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC9UeXBlTW9kZWwvU3RydWN0VHlwZU1vZGVsLmNz) | `98.75% <100.00%> (-0.01%)` | :arrow_down: | | [src/FlatSharp/TypeModel/TableTypeModel.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?src=pr&el=tree&filepath=src%2FFlatSharp%2FTypeModel%2FTableTypeModel.cs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC9UeXBlTW9kZWwvVGFibGVUeXBlTW9kZWwuY3M=) | `98.44% <100.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney). Last update [e21f630...9a2c535](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/439?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney).