Closed elBoberido closed 1 month ago
Attention: Patch coverage is 80.64516%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 79.14%. Comparing base (
4dc37ec
) to head (55e736a
). Report is 39 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
iceoryx2/src/testing.rs | 75.00% | 8 Missing :warning: |
iceoryx2-bb/posix/src/testing.rs | 44.44% | 5 Missing :warning: |
iceoryx2-cal/src/testing.rs | 87.50% | 5 Missing :warning: |
@elfenpiff the nightly toolchain was updated and now the thread exit tests are failing on the unstable builds
Notes for Reviewer
The PR makes the remaining tests available to bazel.
Since bazel runs the tests in parallel, some of them needed to be adjusted for isolation.
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 #349