-
Notifications
You must be signed in to change notification settings - Fork 311
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
fake_sensor_commands renamed #782
fake_sensor_commands renamed #782
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 to me
Codecov Report
@@ Coverage Diff @@
## master #782 +/- ##
==========================================
- Coverage 34.61% 32.62% -2.00%
==========================================
Files 52 91 +39
Lines 2981 9268 +6287
Branches 1855 6229 +4374
==========================================
+ Hits 1032 3024 +1992
- Misses 310 720 +410
- Partials 1639 5524 +3885
Flags with carried forward coverage won't be shown. Click here to find out more.
|
8aaffb3
to
455b464
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.
Thanks!
@bmagyar if deprecation is in place we should merge this. |
This pull request is in conflict. Could you fix it @kvkpraneeth? |
hardware_interface/test/mock_components/test_generic_system.cpp
Outdated
Show resolved
Hide resolved
hardware_interface/test/mock_components/test_generic_system.cpp
Outdated
Show resolved
Hide resolved
@Mergifyio backport humble |
…ds' (#782) Co-authored-by: Bence Magyar <[email protected]> Co-authored-by: Denis Štogl <[email protected]> (cherry picked from commit 1cf9bf2) # Conflicts: # hardware_interface/test/mock_components/test_generic_system.cpp
✅ Backports have been created
|
@Mergifyio backport humble |
✅ Backports have been created
|
This PR resolves #774 issue to refactor all of
fake_sensor_commands
tomock_sensor_commands
, Also adds a small deprecation warning iffake_sensor_commands
is used.