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

Add disk was removed output #1738

Merged
merged 4 commits into from
Sep 14, 2020
Merged

Add disk was removed output #1738

merged 4 commits into from
Sep 14, 2020

Conversation

romasku
Copy link
Contributor

@romasku romasku commented Sep 14, 2020

Closes #1735

@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #1738 into master will decrease coverage by 0.01%.
The diff coverage is 20.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1738      +/-   ##
==========================================
- Coverage   88.29%   88.28%   -0.02%     
==========================================
  Files          62       62              
  Lines        9031     9036       +5     
  Branches     1457     1459       +2     
==========================================
+ Hits         7974     7977       +3     
+ Misses        802      801       -1     
- Partials      255      258       +3     
Flag Coverage Δ
#e2e 66.62% <20.00%> (-0.01%) ⬇️
#unit 77.49% <20.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
neuromation/cli/secrets.py 93.75% <0.00%> (-6.25%) ⬇️
neuromation/cli/disks.py 90.47% <33.33%> (-4.40%) ⬇️
neuromation/cli/ael.py 65.73% <0.00%> (+0.50%) ⬆️

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 18ecc3c...d8e6a38. Read the comment docs.

await root.client.disks.rm(disk_id)
if root.verbosity > 0:
click.echo(f"Disk with id: '{disk_id}' was successfully removed.")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think : is not needed here grammatically.

Disk with id 'abcd-1234' was successfully removed.

Copy link
Contributor

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@romasku romasku merged commit 43998d7 into master Sep 14, 2020
@romasku romasku deleted the rs/disk-deleted-message branch September 14, 2020 13:32
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.

Output after removing a disk
2 participants