uutils / util-linux

Rust reimplementation of the util-linux project
MIT License
16 stars 8 forks source link

Bump `sysinfo` and fix compile error in `lscpu` #80

Closed cakebaker closed 1 month ago

cakebaker commented 1 month ago

This PR bumps sysinfo from 0.30 to 0.31. It also removes a line in lscpu that uses a function from sysinfo that no longer exists.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 48.71%. Comparing base (7d114bf) to head (921c99c). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ========================================== + Coverage 47.80% 48.71% +0.90% ========================================== Files 14 15 +1 Lines 1621 1630 +9 Branches 215 216 +1 ========================================== + Hits 775 794 +19 - Misses 814 824 +10 + Partials 32 12 -20 ``` | [Flag](https://app.codecov.io/gh/uutils/util-linux/pull/80/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uutils) | Coverage Δ | | |---|---|---| | [macos_latest](https://app.codecov.io/gh/uutils/util-linux/pull/80/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uutils) | `49.11% <ø> (+1.02%)` | :arrow_up: | | [ubuntu_latest](https://app.codecov.io/gh/uutils/util-linux/pull/80/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uutils) | `43.50% <ø> (-0.25%)` | :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=uutils#carryforward-flags-in-the-pull-request-comment) to find out more.

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