HadrienG2 / hwlocality

Rust bindings to Open MPI Portable Hardware Locality "hwloc" library, covering version 2.0 and above.
MIT License
20 stars 5 forks source link

Clean up usage of generics #53

Closed HadrienG2 closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Attention: 36 lines in your changes are missing coverage. Please review.

Comparison is base (b9194ed) 50.33% compared to head (cba6e1e) 50.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #53 +/- ## ========================================== - Coverage 50.33% 50.29% -0.04% ========================================== Files 30 30 Lines 4341 4346 +5 ========================================== + Hits 2185 2186 +1 - Misses 2156 2160 +4 ``` | [Flag](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.) | Coverage Δ | | |---|---|---| | [ubuntu-latest](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.) | `50.48% <48.57%> (-0.04%)` | :arrow_down: | | [windows-latest](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.) | `50.20% <50.00%> (-0.04%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.) | Coverage Δ | | |---|---|---| | [src/bitmap.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL2JpdG1hcC5ycw==) | `100.00% <ø> (ø)` | | | [src/topology/mod.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL3RvcG9sb2d5L21vZC5ycw==) | `90.00% <100.00%> (ø)` | | | [src/cpu/kind.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL2NwdS9raW5kLnJz) | `4.87% <0.00%> (ø)` | | | [src/interop/linux.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL2ludGVyb3AvbGludXgucnM=) | `32.14% <0.00%> (ø)` | | | [src/memory/nodeset.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL21lbW9yeS9ub2Rlc2V0LnJz) | `36.36% <0.00%> (ø)` | | | [src/object/depth.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL29iamVjdC9kZXB0aC5ycw==) | `60.00% <91.30%> (ø)` | | | [src/object/distance.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL29iamVjdC9kaXN0YW5jZS5ycw==) | `7.84% <0.00%> (ø)` | | | [src/cpu/binding.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL2NwdS9iaW5kaW5nLnJz) | `0.00% <0.00%> (ø)` | | | [src/object/mod.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL29iamVjdC9tb2QucnM=) | `19.26% <66.66%> (+0.18%)` | :arrow_up: | | [src/cpu/cpuset.rs](https://app.codecov.io/gh/HadrienG2/hwlocality/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hadrien+G.#diff-c3JjL2NwdS9jcHVzZXQucnM=) | `12.06% <5.26%> (-0.44%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.