Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[MM-25647] add user delete command #174
Conversation
|
This PR is blocked by mattermost/mattermost-server#14944 For now I've pointed the server dependency to the PR commit. After the PR is merged I'll update to the merge commit. |
| if err := getUserDeleteConfirmation(); err != nil { | ||
| return err | ||
| } |
This comment has been minimized.
This comment has been minimized.
ashishbhate
Jul 8, 2020
Author
Member
I did this because dupl complains that this function is too similar to deleteTeamsCmdF
codecov-commenter
commented
Jul 8, 2020
•
Codecov Report
@@ Coverage Diff @@
## master #174 +/- ##
==========================================
+ Coverage 67.29% 67.48% +0.18%
==========================================
Files 33 33
Lines 2547 2577 +30
==========================================
+ Hits 1714 1739 +25
- Misses 771 776 +5
Partials 62 62
Continue to review full report at Codecov.
|
|
LGTM, some test addition |
|
LGTM! |
|
QA will test post-merge |
|
Since this has been bumped to |
ashishbhate commentedJul 8, 2020
Summary
Ticket Link