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

w: Implement --no-header #38

Merged
merged 2 commits into from
Mar 26, 2024
Merged

Conversation

fortifiedhill
Copy link
Contributor

@fortifiedhill fortifiedhill commented Mar 23, 2024

Implement --no-header for w

This fixes #23.

@sylvestre
Copy link
Contributor

could you please add a test for this? thanks

@fortifiedhill
Copy link
Contributor Author

could you please add a test for this? thanks

Sure thing.

@sylvestre sylvestre force-pushed the implement_w_no_header branch from 9adc76e to 331003c Compare March 24, 2024 11:27
Copy link

codecov bot commented Mar 24, 2024

Codecov Report

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

Project coverage is 44.95%. Comparing base (833984e) to head (331003c).

Files Patch % Lines
src/uu/w/src/w.rs 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   44.32%   44.95%   +0.62%     
==========================================
  Files          15       15              
  Lines        1726     1733       +7     
  Branches      229      230       +1     
==========================================
+ Hits          765      779      +14     
+ Misses        838      828      -10     
- Partials      123      126       +3     
Flag Coverage Δ
ubuntu_latest 44.95% <77.77%> (+0.62%) ⬆️

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.

@sylvestre sylvestre merged commit 386d565 into uutils:main Mar 26, 2024
8 of 15 checks passed
@fortifiedhill fortifiedhill deleted the implement_w_no_header branch March 26, 2024 22:19
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.

w: Implement --no-header
2 participants