-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix issue #5 and add ConfigManager #9
Conversation
@derpbuffalo This is amazing! Thanks for taking the time to help! |
@derpbuffalo Would you be comfortable writing some test cases for the new functionalities? The changes look good already. We will accept them when we have some tests showing that they behave as expected. Let me know if you need some guidance. Otherwise, we can also take care of the tests but that will take some time. |
Hey, sure I can write the tests as well, happy to do it next week!
…On Fri, Sep 20, 2024, 16:04 Guillaume Filion ***@***.***> wrote:
@derpbuffalo <https://github.com/derpbuffalo> Would you be comfortable
writing some test cases for the new functionalities? The changes look good
already. We will accept them when we have some tests showing that they
behave as expected. Let me know if you need some guidance. Otherwise, we
can also take care of the tests but that will take some time.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLMJMHL2SRIU2XGNTVJFLEDZXQTPZAVCNFSM6AAAAABOSCKNQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRTHAYTSNBUGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@derpbuffalo Looks great! A few question/suggestions:
|
@derpbuffalo I agree with @Adibvafa, this is remarkable work. Thanks so much for your contribution! 👍 |
@Adibvafa Regarding how a user can specify the mapping:
Does this answer your question? |
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.
Amazing job on the PR! Once the default behaviour is changed, I will merge it.
@Adibvafa I changed the default behavior. Thank you so much for both of you for your guidance! |
@derpbuffalo Great job with the PR! |
@Adibvafa My bad, I have built in a bug before the final commit, I fixed it and run the tests: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
==========================================
+ Coverage 80.45% 81.21% +0.76%
==========================================
Files 8 8
Lines 839 937 +98
==========================================
+ Hits 675 761 +86
- Misses 164 176 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@derpbuffalo Great job! I will merge the PR. Thank you for your contribution 😄 |
As this is my first contribution, please let me know if I missed any contribution requirements. Happy to adjust and contribute.