Closed sphuber closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.83%. Comparing base (
ef60b66
) to head (6019e8b
). Report is 119 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #6546
The command needs to make sure the daemon of the profile is not running so it instantiates the
DaemonClient
but this raises for profiles that do not define a broker. Since the daemon cannot be started for brokerless profiles anyway the command does not have to check in this case.