Skip to content

tar: Implement double verbose option#277

Open
dezgeg wants to merge 1 commit into
uutils:mainfrom
dezgeg:vv
Open

tar: Implement double verbose option#277
dezgeg wants to merge 1 commit into
uutils:mainfrom
dezgeg:vv

Conversation

@dezgeg
Copy link
Copy Markdown

@dezgeg dezgeg commented May 5, 2026

Implement double verbose (-vv) option to create and extract operations. This output is in same format as already implemented in list.rs so move that to common and reuse it.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

❌ Patch coverage is 91.11111% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.50%. Comparing base (2c7a5e6) to head (5c9bd1f).
⚠️ Report is 29 commits behind head on main.

Files with missing lines Patch % Lines
src/uu/tar/src/display.rs 85.29% 5 Missing ⚠️
src/uu/tar/src/operations/create.rs 72.72% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #277       +/-   ##
===========================================
+ Coverage   60.83%   96.50%   +35.66%     
===========================================
  Files           7       10        +3     
  Lines         789      973      +184     
  Branches       24       26        +2     
===========================================
+ Hits          480      939      +459     
+ Misses        309       33      -276     
- Partials        0        1        +1     
Flag Coverage Δ
macos_latest 96.50% <91.11%> (+35.66%) ⬆️
ubuntu_latest 96.50% <91.11%> (+35.66%) ⬆️
windows_latest 0.00% <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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Implement double verbose (-vv) option to create and extract operations.
This output is in same format as already implemented in list.rs so move
that to common and reuse it.
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