jamescourtney / FlatSharp

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

Add file visibility option #435

Closed jamescourtney closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 80.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 96.88%. Comparing base (9808c65) to head (86116b3).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435/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/435?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 #435 +/- ## ========================================== - Coverage 96.91% 96.88% -0.04% ========================================== Files 126 126 Lines 9739 9740 +1 Branches 788 791 +3 ========================================== - Hits 9439 9437 -2 Misses 210 210 - Partials 90 93 +3 ``` | [Files](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney) | Coverage Δ | | |---|---|---| | [src/FlatSharp.Compiler/CompilerOptions.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5Db21waWxlci9Db21waWxlck9wdGlvbnMuY3M=) | `100.00% <ø> (ø)` | | | [src/FlatSharp.Compiler/SchemaModel/RootModel.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5Db21waWxlci9TY2hlbWFNb2RlbC9Sb290TW9kZWwuY3M=) | `99.09% <100.00%> (ø)` | | | [src/FlatSharp/FlatBufferSerializerOptions.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC9GbGF0QnVmZmVyU2VyaWFsaXplck9wdGlvbnMuY3M=) | `81.25% <ø> (ø)` | | | [...atSharp/Serialization/RoslynSerializerGenerator.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC9TZXJpYWxpemF0aW9uL1Jvc2x5blNlcmlhbGl6ZXJHZW5lcmF0b3IuY3M=) | `97.77% <100.00%> (-0.38%)` | :arrow_down: | | [src/FlatSharp.Compiler/CloneMethodsGenerator.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5Db21waWxlci9DbG9uZU1ldGhvZHNHZW5lcmF0b3IuY3M=) | `91.37% <50.00%> (-1.61%)` | :arrow_down: | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435?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/435?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 [9808c65...86116b3](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/435?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).