-
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(simple_object_merger): add test #7637
Draft
kminoda
wants to merge
9
commits into
autowarefoundation:main
Choose a base branch
from
kminoda:feat/simple_object_merger/add_test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat(simple_object_merger): add test #7637
kminoda
wants to merge
9
commits into
autowarefoundation:main
from
kminoda:feat/simple_object_merger/add_test
+160
−3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
github-actions
bot
added
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
component:common
Common packages from the autoware-common repository. (auto-assigned)
labels
Jun 24, 2024
kminoda
changed the title
Feat/simple object merger/add test
feat(simple_object_merger): add test
Jun 24, 2024
7 tasks
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
technolojin
reviewed
Jun 24, 2024
perception/simple_object_merger/test/test_simple_object_merger_node.cpp
Outdated
Show resolved
Hide resolved
technolojin
reviewed
Jun 24, 2024
perception/simple_object_merger/test/test_simple_object_merger_node.cpp
Outdated
Show resolved
Hide resolved
technolojin
reviewed
Jun 24, 2024
perception/simple_object_merger/test/test_simple_object_merger_node.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
kminoda
added
the
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
Jun 24, 2024
github-actions
bot
removed
the
component:common
Common packages from the autoware-common repository. (auto-assigned)
label
Jun 24, 2024
Signed-off-by: kminoda <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7637 +/- ##
==========================================
- Coverage 15.09% 7.03% -8.07%
==========================================
Files 1967 51 -1916
Lines 135941 2332 -133609
Branches 42122 191 -41931
==========================================
- Hits 20520 164 -20356
+ Misses 92700 2157 -90543
+ Partials 22721 11 -22710
☔ View full report in Codecov by Sentry. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:perception
Advanced sensor data processing and environment understanding. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
status:stale
Inactive or outdated issues. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add pub/sub based test for simple_object_merger.
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Interface changes
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.