-
Notifications
You must be signed in to change notification settings - Fork 310
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
Move test_components
to own package
#1325
Move test_components
to own package
#1325
Conversation
together with tests of hardware_interface package, to break circular dependency
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1325 +/- ##
==========================================
- Coverage 48.02% 45.61% -2.42%
==========================================
Files 41 41
Lines 3525 3523 -2
Branches 1912 1912
==========================================
- Hits 1693 1607 -86
- Misses 442 556 +114
+ Partials 1390 1360 -30
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Thanks!
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 0bdcd41) # Conflicts: # .github/workflows/ci-coverage-build.yml # controller_manager/package.xml # hardware_interface/CMakeLists.txt
(cherry picked from commit 0bdcd41)
@christophfroehlich can we get these tests separated for Iron and Humble too? |
* Move `test_components` to own package (#1325) (cherry picked from commit 0bdcd41) --------- Co-authored-by: Christoph Fröhlich <[email protected]> Co-authored-by: Dr. Denis <[email protected]>
* Move `test_components` to own package (#1325) (cherry picked from commit 0bdcd41) --------- Co-authored-by: Christoph Fröhlich <[email protected]> Co-authored-by: Dr. Denis Štogl <[email protected]>
I think so, because the original problem was with humble binary releases? |
It was Iron. I think it's enough to backport there
…On Fri, 26 Jan 2024, 17:05 Christoph Fröhlich, ***@***.***> wrote:
@christophfroehlich <https://github.com/christophfroehlich> can we get
these tests separated for Iron and Humble too?
I think so, because the original problem was with humble binary releases?
—
Reply to this email directly, view it on GitHub
<#1325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA24PYIPVPX6VLPE4SJNDLLYQPO6TAVCNFSM6AAAAABCF6TYGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJSGM4TCOBTGA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Move
test_components
to their own package, together with tests of hardware_interface package relying on it to break circular dependency.We decided this in the WG meeting 2024 01 17
This will fix #1285 after we change the test-dependency of the ros2_controllers.