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(traffic_light_arbiter): add signal match validator #6423

avoid using `signal` because it is used in std::signal

3106795
Select commit
Loading
Failed to load commit list.
Merged

feat(traffic_light_arbiter): add signal match validator #6423

avoid using `signal` because it is used in std::signal
3106795
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 20, 2024 in 0s

14.98% (-0.02%) compared to c9e6dda

View this Pull Request on Codecov

14.98% (-0.02%) compared to c9e6dda

Details

Codecov Report

Attention: 122 lines in your changes are missing coverage. Please review.

Comparison is base (c9e6dda) 14.99% compared to head (3106795) 14.98%.
Report is 32 commits behind head on main.

Files Patch % Lines
...affic_light_arbiter/src/signal_match_validator.cpp 0.00% 98 Missing ⚠️
...raffic_light_arbiter/src/traffic_light_arbiter.cpp 0.00% 23 Missing ⚠️
...e/traffic_light_arbiter/signal_match_validator.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6423      +/-   ##
==========================================
- Coverage   14.99%   14.98%   -0.02%     
==========================================
  Files        1838     1840       +2     
  Lines      127099   127192      +93     
  Branches    38075    38065      -10     
==========================================
  Hits        19062    19062              
- Misses      86715    86808      +93     
  Partials    21322    21322              

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