Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #691 +/- ##
=======================================
Coverage ? 40.90%
=======================================
Files ? 23
Lines ? 3146
Branches ? 0
=======================================
Hits ? 1287
Misses ? 1859
Partials ? 0 ☔ View full report in Codecov by Sentry. |
|
@isc-tleavitt / @isc-pbarton Could you review the description text to make sure that it sounds correct. Also, should we have another confirmation dialog after the revert type has been chosen? Description Text: Revert: git revert --no-commit - This will create a new change, which will be the reversal of the previous commit. 'It will not be automatically committed, so you can inspect/modify/combine the changes with others before you commit. Hard Reset: git reset --hard HEAD~1 - This will delete the previous commit entirely, and reset you to a state before the commit. WARNING: This will also delete all uncommitted changes, so make sure you have no changes left before attempting this operation.' |
I think this is good. |
Addresses #586