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_motion_velocity_obstacle_velocity_limiter_module): remove cppcheck suppressions #9843

Conversation

veqcc
Copy link
Contributor

@veqcc veqcc commented Jan 7, 2025

Description

The last cppcheck-weekly CI detected something wrong in autoware_motion_velocity_obstacle_velocity_limiter_module.
https://github.com/autowarefoundation/autoware.universe/actions/runs/12624163932

I decided to ignore benchmarks directories instead of fixing the warnings.
Thus, I removed cppcheck-related suppressions from autoware_motion_velocity_obstacle_velocity_limiter_module/benchmarks/

Related links

benchmarks directories will be ignored by cppcheck with the following PR
#9842

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

…e cppcheck suppressions

Signed-off-by: veqcc <ryuta.kambe@tier4.jp>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jan 7, 2025
@veqcc veqcc self-assigned this Jan 7, 2025
Copy link

github-actions bot commented Jan 7, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@veqcc veqcc added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 7, 2025
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.61%. Comparing base (7fb4c1b) to head (4865bcd).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9843      +/-   ##
==========================================
- Coverage   29.62%   29.61%   -0.01%     
==========================================
  Files        1452     1456       +4     
  Lines      108921   108945      +24     
  Branches    42577    42571       -6     
==========================================
+ Hits        32265    32267       +2     
- Misses      73421    73445      +24     
+ Partials     3235     3233       -2     
Flag Coverage Δ *Carryforward flag
differential 16.76% <ø> (?)
total 29.62% <ø> (-0.01%) ⬇️ Carriedforward from ab845fb

*This pull request uses carry forward flags. Click here to find out more.

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

@veqcc veqcc merged commit e5070d1 into autowarefoundation:main Jan 7, 2025
45 of 46 checks passed
@veqcc veqcc deleted the fix/autoware_motion_velocity_obstacle_velocity_limiter_module branch January 7, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants