-
Notifications
You must be signed in to change notification settings - Fork 71
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: eventing configuration setup #605
fix: eventing configuration setup #605
Conversation
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
5775362
to
00326c6
Compare
Codecov Report
@@ Coverage Diff @@
## main #605 +/- ##
==========================================
+ Coverage 71.05% 71.66% +0.60%
==========================================
Files 22 23 +1
Lines 2277 2287 +10
==========================================
+ Hits 1618 1639 +21
+ Misses 594 583 -11
Partials 65 65
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
3c41fc8
to
843af97
Compare
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.
LGTM
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.
nice work, lgtm
This PR
Fixes #603
The root cause of the bug was an incorrect configuration setup. This PR corrects this and performs a refactoring to avoid any such confusion and occurrences.
A minimal unit test is added to validate notify behavior