-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat(config): support changing commit scope with commit_parsers
#94
Conversation
commit_parsers
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #94 +/- ##
==========================================
+ Coverage 39.08% 40.15% +1.08%
==========================================
Files 15 15
Lines 947 969 +22
Branches 249 252 +3
==========================================
+ Hits 370 389 +19
- Misses 453 456 +3
Partials 124 124 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tested it but looks good. Can you run cargo fmt
and cargo clippy
and update the code? Also, I think README.md
could be updated about this change.
commit_parsers
commit_parsers
Description
I followed the instructions :)
Some new test cases are missing but I'll add as soon as possible
Motivation and Context
For overriding commit scope.
resolves #50
How Has This Been Tested?
Current tests are passing. New tests are missing.
Screenshots / Output (if appropriate):
Types of changes
Checklist: