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

Fixed issues#769 : Add newtypes for UserId, GroupId and ProcessId #812

Closed

Fixed issues#769 : modify

eb5f488
Select commit
Loading
Failed to load commit list.
Closed

Fixed issues#769 : Add newtypes for UserId, GroupId and ProcessId #812

Fixed issues#769 : modify
eb5f488
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 29, 2023 in 0s

57.73% (+0.40%) compared to 7f82d3a

View this Pull Request on Codecov

57.73% (+0.40%) compared to 7f82d3a

Details

Codecov Report

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

Comparison is base (7f82d3a) 57.32% compared to head (eb5f488) 57.73%.

Files Patch % Lines
src/system/mod.rs 80.00% 8 Missing ⚠️
src/exec/mod.rs 0.00% 5 Missing ⚠️
src/exec/use_pty/backchannel.rs 0.00% 3 Missing ⚠️
src/exec/use_pty/monitor.rs 0.00% 3 Missing ⚠️
src/system/timestamp.rs 85.71% 3 Missing ⚠️
src/common/error.rs 0.00% 2 Missing ⚠️
src/exec/interface.rs 0.00% 1 Missing ⚠️
src/exec/no_pty.rs 0.00% 1 Missing ⚠️
src/exec/use_pty/parent.rs 0.00% 1 Missing ⚠️
src/su/context.rs 50.00% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #812      +/-   ##
==========================================
+ Coverage   57.32%   57.73%   +0.40%     
==========================================
  Files          74       74              
  Lines       10505    10649     +144     
==========================================
+ Hits         6022     6148     +126     
- Misses       4483     4501      +18     

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