-
Notifications
You must be signed in to change notification settings - Fork 37
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 --show-pristine option #197
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #197 +/- ##
==========================================
- Coverage 73.41% 73.34% -0.08%
==========================================
Files 51 51
Lines 4300 4307 +7
==========================================
+ Hits 3157 3159 +2
- Misses 966 970 +4
- Partials 177 178 +1
Continue to review full report at Codecov.
|
Sorry for the delay in reply. I think this PR is on the right track but I would like to have some changes in the implementation.
And please add a test to the show command to ensure that the annotation is set when the flag is passed in. |
@kvaps do you plan to work on this? If not, I can implement it based on the feedback above. Let me know. |
@gotwarlost, thanks for review! Any way I appreciate your notes, I'm glad to learning golang by participating this project 😉 |
fixes #163