qingstor / qsctl

Advanced command line tool for QingStor Object Storage.
Apache License 2.0
24 stars 13 forks source link

cmd/*: Support context in commands, support interrupt command in shell #330

Closed Prnyself closed 4 years ago

Prnyself commented 4 years ago

Also add support for inputing "exit" to exit shell

codecov[bot] commented 4 years ago

Codecov Report

Merging #330 into master will decrease coverage by 1.31%. The diff coverage is 1.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #330      +/-   ##
==========================================
- Coverage   41.26%   39.95%   -1.32%     
==========================================
  Files          22       22              
  Lines        1214     1254      +40     
==========================================
  Hits          501      501              
- Misses        711      751      +40     
  Partials        2        2              
Impacted Files Coverage Δ
cmd/qsctl/cp.go 32.78% <0.00%> (ø)
cmd/qsctl/init.go 45.78% <0.00%> (-3.57%) :arrow_down:
cmd/qsctl/ls.go 6.66% <0.00%> (-1.03%) :arrow_down:
cmd/qsctl/main.go 0.00% <0.00%> (ø)
cmd/qsctl/mb.go 2.70% <0.00%> (ø)
cmd/qsctl/mv.go 13.33% <0.00%> (ø)
cmd/qsctl/presign.go 11.53% <0.00%> (ø)
cmd/qsctl/rb.go 7.69% <0.00%> (ø)
cmd/qsctl/rm.go 5.88% <0.00%> (ø)
cmd/qsctl/shell.go 0.00% <0.00%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1061323...39bf7cf. Read the comment docs.