-
Notifications
You must be signed in to change notification settings - Fork 196
[ZEN-557] do not set zenohid in the config if it is unset, do it in the runtime builder instead #1978
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
[ZEN-557] do not set zenohid in the config if it is unset, do it in the runtime builder instead #1978
Conversation
PR missing one of the required labels: {'breaking-change', 'dependencies', 'enhancement', 'documentation', 'new feature', 'bug', 'internal'} |
PR missing one of the required labels: {'bug', 'new feature', 'internal', 'documentation', 'dependencies', 'breaking-change', 'enhancement'} |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1978 +/- ##
==========================================
- Coverage 70.92% 70.84% -0.09%
==========================================
Files 364 364
Lines 61509 61520 +11
==========================================
- Hits 43628 43584 -44
- Misses 17881 17936 +55 ☔ View full report in Codecov by Sentry. |
do not set zenohid in the config if it is unset, do it in the runtime builder instead;
resolves #998
supersedes #1977