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

Iox #670 release 0.99.4 #683

Merged

Conversation

elBoberido
Copy link
Member

@elBoberido elBoberido commented Apr 6, 2021

Pre-Review Checklist for the PR Author

  1. Code follows the coding style of CONTRIBUTING.md
  2. Tests follow the best practice for testing
  3. Branch follows the naming format (iox-#123-this-is-a-branch)
  4. Commits messages are according to this guideline
    • Commit messages have the issue ID (iox-#123 commit text)
    • Commit messages are signed (git commit -s)
    • Commit author matches Eclipse Contributor Agreement (and ECA is signed)
  5. Update the PR title
    • Follow the same conventions as for commit messages
    • Link to the relevant issue
  6. Relevant issues are linked
  7. Add sensible notes for the reviewer
  8. All required checks have passed (except task-list-completed)
  9. Assign PR to reviewer

Notes for Reviewer

Update version number for new ROS2 package build

Checklist for the PR Reviewer

  • Commits are properly organized and messages are according to the guideline
  • Code according to our coding style and naming conventions
  • Unit tests have been written for new behavior
  • Public API changes are documented via doxygen
  • Copyright owner are updated in the changed files
  • PR title describes the changes

Post-review Checklist for the PR Author

  1. All open points are addressed and tracked via issues

References

Signed-off-by: Mathias Kraus <[email protected]>
@elBoberido elBoberido self-assigned this Apr 6, 2021
@elBoberido elBoberido changed the base branch from master to release_1.0 April 6, 2021 17:51
@codecov
Copy link

codecov bot commented Apr 6, 2021

Codecov Report

Merging #683 (5d24e6d) into release_1.0 (64354f0) will increase coverage by 0.09%.
The diff coverage is 71.75%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release_1.0     #683      +/-   ##
===============================================
+ Coverage        74.34%   74.44%   +0.09%     
===============================================
  Files              318      317       -1     
  Lines            11204    11224      +20     
  Branches          1963     1970       +7     
===============================================
+ Hits              8330     8356      +26     
+ Misses            2101     2090      -11     
- Partials           773      778       +5     
Flag Coverage Δ
unittests 74.40% <71.75%> (+0.09%) ⬆️
unittests_timing 31.03% <10.16%> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
iceoryx_binding_c/source/c_publisher.cpp 82.85% <0.00%> (-2.44%) ⬇️
iceoryx_binding_c/source/c_subscriber.cpp 83.05% <0.00%> (-2.92%) ⬇️
...nternal/popo/building_blocks/chunk_distributor.hpp 100.00% <ø> (ø)
...ternal/popo/building_blocks/chunk_queue_popper.hpp 100.00% <ø> (ø)
...ernal/popo/building_blocks/chunk_receiver_data.inl 100.00% <ø> (ø)
...nternal/popo/building_blocks/chunk_sender_data.inl 100.00% <ø> (ø)
...ceoryx_posh/internal/popo/ports/base_port_data.hpp 100.00% <ø> (ø)
..._posh/internal/popo/ports/publisher_port_roudi.hpp 100.00% <ø> (ø)
...posh/internal/popo/ports/subscriber_port_roudi.hpp 100.00% <ø> (ø)
...clude/iceoryx_posh/internal/roudi/port_manager.hpp 100.00% <ø> (ø)
... and 32 more

@dkroenke dkroenke merged commit 8a70040 into eclipse-iceoryx:release_1.0 Apr 6, 2021
@dkroenke dkroenke deleted the iox-#670-release-0.99.4 branch April 6, 2021 18:18
marthtz pushed a commit to boschglobal/iceoryx that referenced this pull request May 12, 2021
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.

Prepare package release for iceoryx 1.0
3 participants