Skip to content
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

Conversation

elfenpiff
Copy link
Contributor

@elfenpiff elfenpiff commented Dec 19, 2024

Notes for Reviewer

Pre-Review Checklist for the PR Author

  • Add sensible notes for the reviewer
  • PR title is short, expressive and meaningful
  • Consider switching the PR to a draft (Convert to draft)
    • as draft PR, the CI will be skipped for pushes
  • Relevant issues are linked in the References section
  • Every source code file has a copyright header with SPDX-License-Identifier: Apache-2.0 OR MIT
  • Branch follows the naming format (iox2-123-introduce-posix-ipc-example)
  • Commits messages are according to this guideline
  • Tests follow the best practice for testing
  • Changelog updated in the unreleased section including API breaking changes
  • Assign PR to reviewer
  • All checks have passed (except task-list-completed)

Checklist for the PR Reviewer

  • Commits are properly organized and messages are according to the guideline
  • Unit tests have been written for new behavior
  • Public API is documented
  • PR title describes the changes

Post-review Checklist for the PR Author

  • All open points are addressed and tracked via issues

References

Closes #555

@elfenpiff elfenpiff requested a review from elBoberido December 19, 2024 23:48
@elfenpiff elfenpiff self-assigned this Dec 19, 2024
Copy link
Member

@elBoberido elBoberido left a 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

@elfenpiff elfenpiff force-pushed the iox2-555-health-monitoring-example-cxx branch from 0e23095 to 97d1bf3 Compare December 20, 2024 11:13
.github/workflows/build-test.yml Outdated Show resolved Hide resolved
CMakeLists.txt Outdated
Comment on lines 113 to 122
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()
Copy link
Member

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.

iceoryx2-ffi/cxx/src/port_factory_event.cpp Outdated Show resolved Hide resolved
iceoryx2-ffi/cxx/src/service.cpp Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.01%. Comparing base (750ac04) to head (3d79678).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #558   +/-   ##
=======================================
  Coverage   79.00%   79.01%           
=======================================
  Files         203      203           
  Lines       25307    25307           
=======================================
+ Hits        19995    19996    +1     
+ Misses       5312     5311    -1     

see 1 file with indirect coverage changes

@elfenpiff elfenpiff force-pushed the iox2-555-health-monitoring-example-cxx branch 4 times, most recently from ad393be to 9359090 Compare December 20, 2024 15:52
@elfenpiff elfenpiff force-pushed the iox2-555-health-monitoring-example-cxx branch from 9359090 to f8c372a Compare December 20, 2024 18:00
@elBoberido elBoberido force-pushed the iox2-555-health-monitoring-example-cxx branch from 79e5b48 to 1f15827 Compare December 20, 2024 19:07
@elBoberido elBoberido force-pushed the iox2-555-health-monitoring-example-cxx branch from 1f15827 to 3d79678 Compare December 20, 2024 19:26
@elfenpiff elfenpiff force-pushed the iox2-555-health-monitoring-example-cxx branch from 32f34cd to b79b0e3 Compare December 20, 2024 20:10
elBoberido
elBoberido previously approved these changes Dec 20, 2024
@elfenpiff elfenpiff merged commit b1aef99 into eclipse-iceoryx:main Dec 20, 2024
45 checks passed
@elfenpiff elfenpiff deleted the iox2-555-health-monitoring-example-cxx branch December 20, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

health monitoring example
2 participants