Closed josix closed 1 month ago
Attention: Patch coverage is 92.59259%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 97.61%. Comparing base (
120d514
) to head (f73d452
). Report is 461 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
commitizen/commands/commit.py | 90.90% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Add one argument
-e/--edit
to commit command, to allow user to continue editing after filling up all the questions. (Kudos to @MrMino! Thepytest-edit
project inspired me to come up with this idea.)Checklist
./scripts/format
and./scripts/test
locally to ensure this change passes linter check and testExpected behavior
if
-e/--edit
enabled, the terminal would pop up editor with commit message after finishing the answering.Steps to Test This Pull Request
cz c -e