-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove message bus dependency #433
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #433 +/- ##
==========================================
+ Coverage 89.40% 89.96% +0.56%
==========================================
Files 43 43
Lines 1802 1814 +12
==========================================
+ Hits 1611 1632 +21
+ Misses 191 182 -9 ☔ View full report in Codecov by Sentry. |
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.
Just some nitpicky bits, you can argue about the wording of the exception if you want.
Testing this out on the CLI the behaviour is what I would expect.
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.
Thanks for this, just a few minor points
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.
Good to go once Callum's changes have been made
@ZohebShaikh please could you also reference the issues this fixes in the PR description? |
6a2577a
to
12f77b5
Compare
closes #426 #427 #285