-
Notifications
You must be signed in to change notification settings - Fork 59
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
test(autoware_vehicle_info_utils): add tests for missed lines #271
test(autoware_vehicle_info_utils): add tests for missed lines #271
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #271 +/- ##
===========================================
- Coverage 78.75% 20.06% -58.70%
===========================================
Files 11 95 +84
Lines 193 4292 +4099
Branches 73 927 +854
===========================================
+ Hits 152 861 +709
- Misses 11 3326 +3315
- Partials 30 105 +75
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Something is wrong with test coverage statistics. Test coverage should refer here. |
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.
https://results.pre-commit.ci/run/github/429652448/1741831258.ks5FnNQ1SOqQxNYV8fA1FA
pre-commit is failing
2226462
to
e5c4000
Compare
Thks. Fixed now. |
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
@xmfcx @JianKangEgon @soblin @shmpwk @taikitanaka3 @tkimura4 Please review this. |
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
common/autoware_vehicle_info_utils/test/test_vehicle_info_utils.cpp
Outdated
Show resolved
Hide resolved
common/autoware_vehicle_info_utils/test/test_vehicle_info_utils.cpp
Outdated
Show resolved
Hide resolved
4da6455
to
2a19ff1
Compare
Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
a650691
to
7f7e530
Compare
Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
7f7e530
to
10f04d1
Compare
@tkimura4 @sasakisasaki Fixing code added, please review again. |
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
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.
Reason for Approval
I understand the contents of changed parts in the discussion above 👍
@xmfcx Please update your review. |
Description
Related links
Parent Issue:
#131
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.