Skip to content
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

Merged
merged 2 commits into from
Dec 24, 2024

fix: add include

f2def94
Select commit
Loading
Failed to load commit list.
Merged

fix(autoware_route_handler): fix bugprone-exception-escape #9738

fix: add include
f2def94
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 24, 2024 in 0s

29.73% (target 0.00%)

View this Pull Request on Codecov

29.73% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 38.09524% with 26 lines in your changes missing coverage. Please review.

Project coverage is 29.73%. Comparing base (e5243e4) to head (f2def94).
Report is 39 commits behind head on main.

Files with missing lines Patch % Lines
...nning/autoware_route_handler/src/route_handler.cpp 38.09% 22 Missing and 4 partials ⚠️
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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.