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

Support 'neuro -q ls' and 'neuro -q blob ls' for quiet output #2506

Merged
merged 2 commits into from
Dec 28, 2021

Conversation

asvetlov
Copy link
Contributor

@asvetlov asvetlov commented Dec 28, 2021

Fixes #2392

@codecov
Copy link

codecov bot commented Dec 28, 2021

Codecov Report

Merging #2506 (fb539ac) into master (3dbd1fe) will decrease coverage by 0.09%.
The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2506      +/-   ##
==========================================
- Coverage   85.42%   85.32%   -0.10%     
==========================================
  Files          70       70              
  Lines       11777    11779       +2     
  Branches     2289     2290       +1     
==========================================
- Hits        10060    10051       -9     
- Misses       1336     1343       +7     
- Partials      381      385       +4     
Impacted Files Coverage Δ
neuro-cli/src/neuro_cli/blob_storage.py 61.02% <33.33%> (-0.33%) ⬇️
neuro-cli/src/neuro_cli/storage.py 80.06% <50.00%> (ø)
neuro-cli/src/neuro_cli/file_logging.py 78.94% <0.00%> (-5.27%) ⬇️
neuro-cli/src/neuro_cli/ael.py 53.80% <0.00%> (-1.20%) ⬇️
neuro-cli/src/neuro_cli/root.py 94.70% <0.00%> (-1.06%) ⬇️

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 3dbd1fe...fb539ac. Read the comment docs.

@asvetlov asvetlov merged commit bf945c5 into master Dec 28, 2021
@asvetlov asvetlov deleted the ls-quiet branch December 28, 2021 16:44
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.

bucket ls -l has no header in table and ignores -q flag
1 participant