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: add autoware_node and autoware_test node #113

Merged
merged 11 commits into from
Dec 10, 2024

clean up the test

de30f05
Select commit
Loading
Failed to load commit list.
Merged

feat: add autoware_node and autoware_test node #113

clean up the test
de30f05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 10, 2024 in 0s

73.25% (-3.67%) compared to a61009d

View this Pull Request on Codecov

73.25% (-3.67%) compared to a61009d

Details

Codecov Report

Attention: Patch coverage is 55.17241% with 13 lines in your changes missing coverage. Please review.

Project coverage is 73.25%. Comparing base (a61009d) to head (de30f05).

Files with missing lines Patch % Lines
...ommon/autoware_node/test/test_an_init_shutdown.cpp 66.66% 1 Missing and 4 partials ⚠️
demos/autoware_test_node/src/test_node.cpp 0.00% 5 Missing ⚠️
common/autoware_node/src/node.cpp 75.00% 0 Missing and 2 partials ⚠️
...ommon/autoware_node/include/autoware/node/node.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #113      +/-   ##
==========================================
- Coverage   76.92%   73.25%   -3.67%     
==========================================
  Files           6       10       +4     
  Lines         143      172      +29     
  Branches       55       68      +13     
==========================================
+ Hits          110      126      +16     
- Misses         12       19       +7     
- Partials       21       27       +6     

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