-
Notifications
You must be signed in to change notification settings - Fork 42
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
[#555] health monitoring example cxx #558
[#555] health monitoring example cxx #558
Conversation
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.
Looks good. Once the CI und s green, this can be merged
0e23095
to
97d1bf3
Compare
CMakeLists.txt
Outdated
if(TREAT_WARNING_AS_ERROR) | ||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror -Wall -Wextra -Wpedantic") | ||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wall -Wextra -Wpedantic") | ||
endif() |
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.
We need to handle this closer to iceoryx classic and enable those warnings by default. Not for this PR, though.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #558 +/- ##
=======================================
Coverage 79.00% 79.01%
=======================================
Files 203 203
Lines 25307 25307
=======================================
+ Hits 19995 19996 +1
+ Misses 5312 5311 -1 |
ad393be
to
9359090
Compare
9359090
to
f8c372a
Compare
79e5b48
to
1f15827
Compare
1f15827
to
3d79678
Compare
…RROR; fix clang warnings
32f34cd
to
b79b0e3
Compare
Notes for Reviewer
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
Closes #555