-
Notifications
You must be signed in to change notification settings - Fork 675
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_route_handler): fix bugprone-exception-escape #9738
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:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9738 +/- ##
==========================================
- Coverage 29.74% 29.73% -0.01%
==========================================
Files 1443 1447 +4
Lines 108681 108716 +35
Branches 42663 42683 +20
==========================================
+ Hits 32330 32331 +1
- Misses 73172 73206 +34
Partials 3179 3179
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: kobayu858 <[email protected]>
…oundation#9738) * fix: bugprone-error Signed-off-by: kobayu858 <[email protected]> * fix: add include Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
…oundation#9738) * fix: bugprone-error Signed-off-by: kobayu858 <[email protected]> * fix: add include Signed-off-by: kobayu858 <[email protected]> --------- Signed-off-by: kobayu858 <[email protected]>
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.