-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Feature/#405 exposing notification mechanism to user #1304
Feature/#405 exposing notification mechanism to user #1304
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
consumer.start() | ||
# ... | ||
consumer.stop() | ||
|
||
Notifier.unregister(registration_id) | ||
``` | ||
|
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.
After the example I would add a short paragraph to explain the code, and particularly
what are the events we are registering. We can also briefly explain the principle of the topic registration and redirect readers to the register function refman page to make it easier to understand how to build the topic.
06df074
to
4de7ae3
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 81.48% | 2680/3289 |
🟡 | Branches | 62.72% | 1686/2688 |
🟡 | Functions | 74.6% | 467/626 |
🟢 | Lines | 82.04% | 2498/3045 |
Test suite run success
379 tests passing in 40 suites.
Report generated by 🧪jest coverage report action from 06df074
#405