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

implement free features #70

Merged
merged 39 commits into from
May 9, 2024

replace match with if in n2s closure

20f2f18
Select commit
Loading
Failed to load commit list.
Merged

implement free features #70

replace match with if in n2s closure
20f2f18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 9, 2024 in 0s

45.98% (-3.03%) compared to 57d801c

View this Pull Request on Codecov

45.98% (-3.03%) compared to 57d801c

Details

Codecov Report

Attention: Patch coverage is 76.28205% with 37 lines in your changes are missing coverage. Please review.

Project coverage is 45.98%. Comparing base (57d801c) to head (20f2f18).
Report is 17 commits behind head on main.

Files Patch % Lines
src/uu/free/src/free.rs 72.44% 5 Missing and 30 partials ⚠️
tests/common/util.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
- Coverage   49.00%   45.98%   -3.03%     
==========================================
  Files          18       18              
  Lines        2216     2279      +63     
  Branches      309      325      +16     
==========================================
- Hits         1086     1048      -38     
+ Misses       1082     1057      -25     
- Partials       48      174     +126     

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