Closed elBoberido closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.94%. Comparing base (
a657228
) to head (97264ae
). Report is 11 commits behind head on main.
@elfenpiff @orecham it seems I was too hasty to add reviewers to the PR. I need to debug why the bazel CI does not like my changes
Notes for Reviewer
This PR adds remaining cargo feature flags to bazel.
Additionally, it re-enables running the tests via bazel in the CI and optimizes the CI to not partially rebuild the code for tests by harmonizing the flags passed to
cargo build
andcargo nextest run
Due to reaching the Cirrus CI limit early this month, the Cirrus CI is deactivated and the targets are limited even further.
Finally, a FAQ for iceoryx developers was added.
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