-
-
Notifications
You must be signed in to change notification settings - Fork 40
Add option to only act on duplicate messages #204
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #204 +/- ##
==========================================
- Coverage 77.79% 77.47% -0.33%
==========================================
Files 8 8
Lines 725 728 +3
Branches 117 119 +2
==========================================
Hits 564 564
- Misses 126 128 +2
- Partials 35 36 +1
Continue to review full report at Codecov.
|
Thanks @djwf for the contribution. This change is welcome and I'm ready to merge it upstream. But in light of upcoming extensive refactors (I'm thinking about local cache implementation from #87), it's better to protect this change by a set of unittest. That way your intention in implementing this option flag will not be lost in the future. As for the tests, you can start by mimicking the usage of the CLI from #203 and #146. As your contribution is proposing to solve these issues, you can simulate the cases users have reported there. |
Got it - I'll get some written up and submit so you can check them over: thanks! |
Happy to report that I successfully deleted duplicates with this by running Details
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
This PR fixes/implements the following bugs/features:
This PR fixes #203.
Preliminary checks
New Features Submissions:
Changes to Core Features:
I'm not sure what the tests should look like, and will take any suggestions for those.