jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.07k stars 223 forks source link

Splitted extend_from_slice into extend_from_slice_unchecked #1488

Closed ritchie46 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (148ea37) 83.72% compared to head (6234587) 83.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1488 +/- ## ======================================= Coverage 83.72% 83.72% ======================================= Files 389 389 Lines 41814 41842 +28 ======================================= + Hits 35007 35033 +26 - Misses 6807 6809 +2 ``` | [Impacted Files](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao) | Coverage Δ | | |---|---|---| | [src/array/boolean/mutable.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L2Jvb2xlYW4vbXV0YWJsZS5ycw==) | `88.85% <100.00%> (+0.12%)` | :arrow_up: | | [src/array/growable/boolean.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L2dyb3dhYmxlL2Jvb2xlYW4ucnM=) | `87.50% <100.00%> (+0.96%)` | :arrow_up: | | [src/array/growable/utils.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L2dyb3dhYmxlL3V0aWxzLnJz) | `100.00% <100.00%> (ø)` | | | [src/array/physical\_binary.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2FycmF5L3BoeXNpY2FsX2JpbmFyeS5ycw==) | `94.70% <100.00%> (+0.03%)` | :arrow_up: | | [src/bitmap/mutable.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2JpdG1hcC9tdXRhYmxlLnJz) | `96.93% <100.00%> (+0.07%)` | :arrow_up: | | [src/compute/filter.rs](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1488?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao#diff-c3JjL2NvbXB1dGUvZmlsdGVyLnJz) | `74.57% <100.00%> (+0.55%)` | :arrow_up: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/jorgecarleitao/arrow2/pull/1488/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jorge+Leitao)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.