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_planning_evaluator): fix bugprone-exception-escape #9730

Merged
merged 1 commit into from
Dec 23, 2024

fix: bugprone-exception-escape

d82fec9
Select commit
Loading
Failed to load commit list.
Merged

fix(autoware_planning_evaluator): fix bugprone-exception-escape #9730

fix: bugprone-exception-escape
d82fec9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 1s

29.55% (target 0.00%)

View this Pull Request on Codecov

29.55% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 0% with 50 lines in your changes missing coverage. Please review.

Project coverage is 29.55%. Comparing base (e30350c) to head (d82fec9).
Report is 73 commits behind head on main.

Files with missing lines Patch % Lines
...e_planning_evaluator/src/motion_evaluator_node.cpp 0.00% 25 Missing ⚠️
...planning_evaluator/src/planning_evaluator_node.cpp 0.00% 25 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9730      +/-   ##
==========================================
- Coverage   29.56%   29.55%   -0.01%     
==========================================
  Files        1441     1442       +1     
  Lines      108348   108377      +29     
  Branches    41376    41401      +25     
==========================================
  Hits        32032    32032              
- Misses      73206    73235      +29     
  Partials     3110     3110              

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