Closed xieyuschen closed 1 month ago
Attention: Patch coverage is 58.97436%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 78.95%. Comparing base (
6d25b61
) to head (e6ba9cc
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
iceoryx2/src/port/publisher.rs | 48.27% | 15 Missing :warning: |
iceoryx2/src/port/notifier.rs | 66.66% | 1 Missing :warning: |
Notes for Reviewer
This change is done by calling
cargo clippy --fix --lib -p iceoryx2
I'm still learning about the code of iceoryx2, so I tried to improve some of them(trivial but nice to have) during the process.Pre-Review Checklist for the PR Author
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 #430