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_lidar_centerpoint): fix clang-diagnostic-delete-abstract-non-virtual-dtor #9515

Merged
merged 1 commit into from
Nov 29, 2024

fix: clang-diagnostic-delete-abstract-non-virtual-dtor

6f2561a
Select commit
Loading
Failed to load commit list.
Merged

fix(autoware_lidar_centerpoint): fix clang-diagnostic-delete-abstract-non-virtual-dtor #9515

fix: clang-diagnostic-delete-abstract-non-virtual-dtor
6f2561a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 0s

29.51% (target 0.00%)

View this Pull Request on Codecov

29.51% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 29.51%. Comparing base (4e93960) to head (6f2561a).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
...e/lidar_centerpoint/preprocess/voxel_generator.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9515      +/-   ##
==========================================
- Coverage   29.51%   29.51%   -0.01%     
==========================================
  Files        1440     1440              
  Lines      108541   108555      +14     
  Branches    41507    41509       +2     
==========================================
+ Hits        32034    32037       +3     
- Misses      73388    73398      +10     
- Partials     3119     3120       +1     

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