-
Notifications
You must be signed in to change notification settings - Fork 324
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
Add tests for interface_configuration_type
consistently
#899
Add tests for interface_configuration_type
consistently
#899
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #899 +/- ##
==========================================
- Coverage 47.81% 47.61% -0.21%
==========================================
Files 41 41
Lines 3871 3871
Branches 1827 1827
==========================================
- Hits 1851 1843 -8
- Misses 751 760 +9
+ Partials 1269 1268 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Should be backported to humble after #865 got merged |
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.
LGTM.
Thank you @christophfroehlich
a9cd4ff
to
df2c143
Compare
df2c143
to
8cac8cc
Compare
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.
@christophfroehlich Thank you so much for the work!
The changes look great to me :)
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.
Thank you!
(cherry picked from commit f2f36c0) # Conflicts: # pid_controller/test/test_pid_controller.cpp # pid_controller/test/test_pid_controller_preceding.cpp
(cherry picked from commit f2f36c0) # Conflicts: # pid_controller/test/test_pid_controller.cpp # pid_controller/test/test_pid_controller_preceding.cpp
Bumps [ros-tooling/action-ros-ci](https://github.com/ros-tooling/action-ros-ci) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/ros-tooling/action-ros-ci/releases) - [Commits](ros-tooling/action-ros-ci@0.2.6...0.2.7) --- updated-dependencies: - dependency-name: ros-tooling/action-ros-ci dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I added tests for every
controller_interface::interface_configuration_type
as @saikishor mentioned here. (and fixed some typos)