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

files: add support for uploading multiple files #171

Closed
wants to merge 2 commits into from
Closed

Conversation

ParthS007
Copy link
Contributor

@ParthS007 ParthS007 commented Jan 6, 2022

closes #79

Three cases:

  1. Upload as a file, check if file and upload them.
  2. Upload directory, check yes_i_know or prompt to confirm the upload as tarball.
  3. Upload directory files, prompt with total number of file and upload individually after confirmation.

@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2022

Codecov Report

Merging #171 (3dafe6f) into master (20d588a) will decrease coverage by 0.45%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
- Coverage   91.46%   91.00%   -0.46%     
==========================================
  Files          18       18              
  Lines         621      634      +13     
==========================================
+ Hits          568      577       +9     
- Misses         53       57       +4     
Impacted Files Coverage Δ
cap_client/utils.py 74.33% <50.00%> (-0.44%) ⬇️
cap_client/cli/files_cli.py 90.47% <83.33%> (-3.76%) ⬇️

@ParthS007 ParthS007 closed this by deleting the head repository Sep 5, 2023
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.

Upload multiple files
2 participants