-
Notifications
You must be signed in to change notification settings - Fork 408
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
print out all registered controllers #1824
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1824 +/- ##
==========================================
- Coverage 52.21% 52.17% -0.05%
==========================================
Files 172 172
Lines 20863 20843 -20
==========================================
- Hits 10894 10875 -19
+ Misses 9010 9007 -3
- Partials 959 961 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MeenuyD, rambohe-ch The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
1 similar comment
/lgtm |
Fixes #1813 |
it is easy to verify which controllers are registered if register log is printed out, so improve the log print of controller register in the entry point instead of in each controller register function.
#1813