Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump sysinfo to =0.30.5 #1390

Merged
merged 8 commits into from
Jan 16, 2024
Merged

deps: bump sysinfo to =0.30.5 #1390

merged 8 commits into from
Jan 16, 2024

Conversation

ClementTsang
Copy link
Owner

@ClementTsang ClementTsang commented Jan 15, 2024

Description

A description of the change, what it does, and why it was made. If relevant (such as any change that modifies the UI), please provide screenshots of the changes:

Issue

If applicable, what issue does this address?

Closes: #

Testing

If relevant, please state how this was tested. All changes must be tested to work:

If this is a code change, please also indicate which platforms were tested:

  • Windows
  • macOS
  • Linux

Checklist

If relevant, ensure the following have been met:

  • Areas your change affects have been linted using rustfmt (cargo fmt)
  • The change has been tested and doesn't appear to cause any unintended breakage
  • Documentation has been added/updated if needed (README.md, help menu, doc pages, etc.)
  • The pull request passes the provided CI pipeline
  • There are no merge conflicts
  • If relevant, new tests were added (don't worry too much about coverage)

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

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

Comparison is base (81e77c0) 53.33% compared to head (18e3552) 53.38%.

Files Patch % Lines
src/data_collection.rs 69.23% 12 Missing ⚠️
src/data_collection/processes/windows.rs 0.00% 9 Missing ⚠️
src/data_collection/processes/unix/process_ext.rs 0.00% 6 Missing ⚠️
src/data_collection/temperature/sysinfo.rs 0.00% 2 Missing ⚠️
src/data_collection/disks/windows.rs 0.00% 1 Missing ⚠️
src/data_collection/processes/linux.rs 0.00% 1 Missing ⚠️
src/data_collection/processes/unix.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1390      +/-   ##
==========================================
+ Coverage   53.33%   53.38%   +0.05%     
==========================================
  Files          98       98              
  Lines       17288    17283       -5     
==========================================
+ Hits         9220     9227       +7     
+ Misses       8068     8056      -12     
Flag Coverage Δ
macos-12 34.44% <0.00%> (-0.01%) ⬇️
ubuntu-latest 56.03% <85.71%> (+0.02%) ⬆️
windows-2019 34.50% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClementTsang ClementTsang force-pushed the update_sysinfo_0.30 branch 4 times, most recently from c7e7086 to f316dbb Compare January 15, 2024 20:48
@ClementTsang ClementTsang force-pushed the update_sysinfo_0.30 branch 7 times, most recently from 7e326bb to edce4b2 Compare January 16, 2024 00:14
@ClementTsang ClementTsang merged commit f07994e into main Jan 16, 2024
33 checks passed
@ClementTsang ClementTsang deleted the update_sysinfo_0.30 branch January 16, 2024 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant