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(compare_map_filter): deadlock bug fix #10222

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

fix: add missing mutex for map_grid_size_x

dc5f72d
Select commit
Loading
Failed to load commit list.
Open

fix(compare_map_filter): deadlock bug fix #10222

fix: add missing mutex for map_grid_size_x
dc5f72d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 7, 2025 in 1s

26.32% (target 0.00%)

View this Pull Request on Codecov

26.32% (target 0.00%)

Details

Codecov Report

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

Project coverage is 26.32%. Comparing base (92da629) to head (dc5f72d).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...rc/voxel_grid_map_loader/voxel_grid_map_loader.cpp 0.00% 29 Missing ⚠️
...ion/src/distance_based_compare_map_filter/node.cpp 0.00% 10 Missing ⚠️
...oxel_based_approximate_compare_map_filter/node.cpp 0.00% 10 Missing ⚠️
...rc/voxel_grid_map_loader/voxel_grid_map_loader.hpp 0.00% 9 Missing and 1 partial ⚠️
...c/voxel_distance_based_compare_map_filter/node.cpp 0.00% 9 Missing ⚠️
...ion/src/distance_based_compare_map_filter/node.hpp 0.00% 3 Missing ⚠️
...c/voxel_distance_based_compare_map_filter/node.hpp 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10222      +/-   ##
==========================================
+ Coverage   26.25%   26.32%   +0.06%     
==========================================
  Files        1381     1384       +3     
  Lines      107503   107525      +22     
  Branches    41411    41385      -26     
==========================================
+ Hits        28229    28305      +76     
+ Misses      76459    76397      -62     
- Partials     2815     2823       +8     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.