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(intersection): fix topological sort for complicated intersection #8520

Merge branch 'main' into feat/intersection/complicated-intersection

788ca24
Select commit
Loading
Failed to load commit list.
Merged

feat(intersection): fix topological sort for complicated intersection #8520

Merge branch 'main' into feat/intersection/complicated-intersection
788ca24
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 20, 2024 in 0s

23.90% (target 0.00%)

View this Pull Request on Codecov

23.90% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 21.42857% with 55 lines in your changes missing coverage. Please review.

Project coverage is 23.90%. Comparing base (7424c48) to head (788ca24).
Report is 5 commits behind head on main.

Files Patch % Lines
...ion_module/src/scene_intersection_prepare_data.cpp 0.00% 34 Missing ⚠️
...behavior_velocity_intersection_module/src/util.cpp 41.66% 21 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8520      +/-   ##
==========================================
- Coverage   23.91%   23.90%   -0.02%     
==========================================
  Files        1381     1386       +5     
  Lines      101939   101964      +25     
  Branches    38822    38822              
==========================================
- Hits        24376    24371       -5     
+ Misses      75119    75092      -27     
- Partials     2444     2501      +57     

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