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

Added verbosity flag (-v) for cp, mv and rm commands #1129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

added verbosity flag (-v) for cp, mv and rm commands

1e3df2a
Select commit
Failed to load commit list.
Open

Added verbosity flag (-v) for cp, mv and rm commands #1129

added verbosity flag (-v) for cp, mv and rm commands
1e3df2a
Select commit
Failed to load commit list.
Codecov / codecov/project failed Aug 28, 2023 in 0s

96.36% (-0.83%) compared to a3a7e74

View this Pull Request on Codecov

96.36% (-0.83%) compared to a3a7e74

Details

Codecov Report

Patch coverage: 55.17% and project coverage change: -0.83% ⚠️

Comparison is base (a3a7e74) 97.19% compared to head (1e3df2a) 96.36%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1129      +/-   ##
==========================================
- Coverage   97.19%   96.36%   -0.83%     
==========================================
  Files          36       36              
  Lines        1354     1375      +21     
==========================================
+ Hits         1316     1325       +9     
- Misses         38       50      +12     
Files Changed Coverage Δ
shell.js 69.23% <20.00%> (-30.77%) ⬇️
src/cp.js 90.29% <50.00%> (-1.24%) ⬇️
src/mv.js 95.74% <50.00%> (-2.04%) ⬇️
src/rm.js 91.02% <66.66%> (-5.99%) ⬇️

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