-
Notifications
You must be signed in to change notification settings - Fork 48
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
[#429] request response service builder #606
[#429] request response service builder #606
Conversation
806d844
to
8b909fe
Compare
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.
The easy 31 files are done
…reates a request response service
… coverage only when nightly compiler is available
2cb835d
to
9f41339
Compare
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.
Nothing major. Can also be fixed in one of the other open PRs related to request-response
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #606 +/- ##
=========================================
- Coverage 79.19% 0 -79.20%
=========================================
Files 200 0 -200
Lines 24124 0 -24124
=========================================
- Hits 19105 0 -19105
+ Misses 5019 0 -5019 |
Notes for Reviewer
Start the pull request with the file: doc/user-documentation/request-response.md In this document there are several UML diagrams that make the reviewer familiar with the used terminology and how the classes are depending on each other.
This pull request implements only the service builder for request response.
Pre-Review Checklist for the PR Author
Convert to draft
)SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Relates to #429