Skip to content
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

Integrate message bus #53

Merged

Conversation

christoph-blessing
Copy link
Member

This PR fully transitions the project to using a message bus and handlers handling domain commands and events.

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (ba9e0bb) 98.32% compared to head (eed964d) 96.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
- Coverage   98.32%   96.78%   -1.54%     
==========================================
  Files          24       25       +1     
  Lines         894      840      -54     
  Branches      109       99      -10     
==========================================
- Hits          879      813      -66     
- Misses          8       16       +8     
- Partials        7       11       +4     
Files Coverage Δ
link/adapters/controller.py 100.00% <100.00%> (ø)
link/adapters/gateway.py 100.00% <100.00%> (ø)
link/adapters/present.py 100.00% <100.00%> (ø)
link/domain/commands.py 100.00% <100.00%> (ø)
link/domain/events.py 100.00% <100.00%> (ø)
link/service/gateway.py 100.00% <100.00%> (ø)
link/service/handlers.py 100.00% <100.00%> (ø)
link/service/uow.py 100.00% <100.00%> (ø)
link/infrastructure/link.py 95.23% <93.33%> (-2.14%) ⬇️
link/domain/link.py 94.44% <91.30%> (-2.86%) ⬇️
... and 2 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@christoph-blessing christoph-blessing merged commit 776d3ee into sinzlab:main Nov 6, 2023
6 of 8 checks passed
@christoph-blessing christoph-blessing deleted the integrate_messagebus branch November 6, 2023 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant