-
Notifications
You must be signed in to change notification settings - Fork 658
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
fix(autoware_control_evaluator): fix bugprone-exception-escape #9630
Conversation
Signed-off-by: kobayu858 <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
@xtk8532704 |
Signed-off-by: kobayu858 <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9630 +/- ##
==========================================
- Coverage 29.56% 29.55% -0.01%
==========================================
Files 1441 1442 +1
Lines 108348 108383 +35
Branches 41376 41391 +15
==========================================
+ Hits 32032 32033 +1
- Misses 73206 73241 +35
+ Partials 3110 3109 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@xtk8532704 |
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 for this PR very much.
Description
This is a fix based on clang-tidy
bugprone-exception-escape
error.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.