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

feat: mask-based pruning filter (vendor independent) #250

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

fix(downsample_mask): make `excluded()` function resilient to roundin…

91fc4b8
Select commit
Loading
Failed to load commit list.
Open

feat: mask-based pruning filter (vendor independent) #250

fix(downsample_mask): make `excluded()` function resilient to roundin…
91fc4b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

26.15% (+0.08%) compared to 97959dd

View this Pull Request on Codecov

26.15% (+0.08%) compared to 97959dd

Details

Codecov Report

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

Project coverage is 26.15%. Comparing base (97959dd) to head (91fc4b8).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
..._decoders_common/point_filters/downsample_mask.hpp 68.62% 14 Missing and 2 partials ⚠️
...oders/tests/point_filters/test_downsample_mask.cpp 79.59% 0 Missing and 10 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
+ Coverage   26.07%   26.15%   +0.08%     
==========================================
  Files         101      107       +6     
  Lines        9232     9477     +245     
  Branches     2213     2276      +63     
==========================================
+ Hits         2407     2479      +72     
- Misses       6436     6598     +162     
- Partials      389      400      +11     

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