-
Notifications
You must be signed in to change notification settings - Fork 664
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
feat(published_time_publisher): add unit test #6610
Conversation
common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp
Show resolved
Hide resolved
common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp
Show resolved
Hide resolved
common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6610 +/- ##
========================================
Coverage 14.77% 14.77%
========================================
Files 1923 1925 +2
Lines 132533 132754 +221
Branches 39398 39545 +147
========================================
+ Hits 19586 19620 +34
- Misses 91070 91166 +96
- Partials 21877 21968 +91
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp
Outdated
Show resolved
Hide resolved
180a921
to
920a511
Compare
Thanks for the work❇️ |
Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
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.
Files selected (1)
- common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp (1)
Files not summarized due to errors (1)
- common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp (nothing obtained from openai)
Files not reviewed due to errors (1)
- common/tier4_autoware_utils/test/src/ros/test_published_time_publisher.cpp (no response)
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
/review |
PR Review(Review updated until commit 7c775fa)
Code feedback:
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
Signed-off-by: Berkay Karaman <[email protected]>
Signed-off-by: Berkay Karaman <[email protected]>
Signed-off-by: Berkay Karaman <[email protected]>
Signed-off-by: Berkay Karaman <[email protected]>
Signed-off-by: Berkay Karaman <[email protected]>
Signed-off-by: Berkay Karaman <[email protected]>
/review |
Persistent review updated to latest commit 7c775fa |
@xmfcx I implemented some of the the automated review suggestions. I think it is ready to merge. |
@takayuki5168 Thank you 🙏🏼 |
* feat(published_time_publisher): add unit test Signed-off-by: Berkay Karaman <[email protected]> * feat: add nullpointer test Signed-off-by: Berkay Karaman <[email protected]> * feat: simplify node and topic names Signed-off-by: Berkay Karaman <[email protected]> * feat: modify to test multiple PublishedTime publishers Signed-off-by: Berkay Karaman <[email protected]> * feat: change function name publish() -> publish_if_subscribed() Signed-off-by: Berkay Karaman <[email protected]> * feat: update Signed-off-by: Berkay Karaman <[email protected]> --------- Signed-off-by: Berkay Karaman <[email protected]> Signed-off-by: kaigohirao <[email protected]>
* feat(published_time_publisher): add unit test Signed-off-by: Berkay Karaman <[email protected]> * feat: add nullpointer test Signed-off-by: Berkay Karaman <[email protected]> * feat: simplify node and topic names Signed-off-by: Berkay Karaman <[email protected]> * feat: modify to test multiple PublishedTime publishers Signed-off-by: Berkay Karaman <[email protected]> * feat: change function name publish() -> publish_if_subscribed() Signed-off-by: Berkay Karaman <[email protected]> * feat: update Signed-off-by: Berkay Karaman <[email protected]> --------- Signed-off-by: Berkay Karaman <[email protected]>
Description
Part of:
Required from:
Depends on:
because of renaming of
publish()
functionTests performed
Not applicable.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.