jamescourtney / FlatSharp

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

Native aot stuff #425

Closed jamescourtney closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 96.91%. Comparing base (c6bf3a6) to head (bc1da7a).

:exclamation: Current head bc1da7a differs from pull request most recent head 4b8fce1. Consider uploading reports for the commit 4b8fce1 to get more accurate results

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425/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/425?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 #425 +/- ## ========================================== - Coverage 96.92% 96.91% -0.01% ========================================== Files 126 126 Lines 9708 9695 -13 Branches 785 786 +1 ========================================== - Hits 9409 9396 -13 Misses 208 208 Partials 91 91 ``` | [Files](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney) | Coverage Δ | | |---|---|---| | [...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5SdW50aW1lL0dlbmVyYXRlZFNlcmlhbGl6ZXJXcmFwcGVyLmNz) | `82.55% <100.00%> (ø)` | | | [src/FlatSharp.Runtime/IO/ArrayInputBuffer.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5SdW50aW1lL0lPL0FycmF5SW5wdXRCdWZmZXIuY3M=) | `98.30% <ø> (-0.11%)` | :arrow_down: | | [...rc/FlatSharp.Runtime/IO/ArraySegmentInputBuffer.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5SdW50aW1lL0lPL0FycmF5U2VnbWVudElucHV0QnVmZmVyLmNz) | `98.30% <ø> (-0.11%)` | :arrow_down: | | [src/FlatSharp.Runtime/IO/MemoryInputBuffer.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5SdW50aW1lL0lPL01lbW9yeUlucHV0QnVmZmVyLmNz) | `100.00% <ø> (ø)` | | | [.../FlatSharp.Runtime/IO/ReadOnlyMemoryInputBuffer.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5SdW50aW1lL0lPL1JlYWRPbmx5TWVtb3J5SW5wdXRCdWZmZXIuY3M=) | `93.33% <ø> (-0.42%)` | :arrow_down: | | [src/FlatSharp.Runtime/SortedVectorHelpers.cs](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney#diff-c3JjL0ZsYXRTaGFycC5SdW50aW1lL1NvcnRlZFZlY3RvckhlbHBlcnMuY3M=) | `98.82% <100.00%> (+0.02%)` | :arrow_up: | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?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/425?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=James+Courtney). Last update [c6bf3a6...4b8fce1](https://app.codecov.io/gh/jamescourtney/FlatSharp/pull/425?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).