-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore: list raised exceptions in switch
services
#1251
base: master
Are you sure you want to change the base?
Conversation
switch
services
switch
servicesswitch
services
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1251 +/- ##
==========================================
+ Coverage 84.54% 84.57% +0.02%
==========================================
Files 93 93
Lines 16801 16827 +26
==========================================
+ Hits 14205 14232 +27
+ Misses 2596 2595 -1
|
Co-authored-by: richΛrd <info@richardramos.me>
Commits must follow the Conventional Commits specification
|
Co-authored-by: richΛrd <info@richardramos.me>
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!
cc-ing: @arnetheduck for additional insights about this PR.
this PR adds raising exceptions to switch service methods
setup
,run
andstop
.part of #962 effort.