-
Notifications
You must be signed in to change notification settings - Fork 669
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(global_parameter_loader): add gtest to global parameter loader #5021
feat(global_parameter_loader): add gtest to global parameter loader #5021
Conversation
7de511a
to
1d3d370
Compare
Signed-off-by: Cynthia Liu <[email protected]>
c51548a
to
7a341d8
Compare
add a tag or lable to activate the ci/cd pipeline |
Could you update the changes from the latest main? |
@cyn-liu Friendly ping. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Signed-off-by: liu cui <[email protected]>
Signed-off-by: liu cui <[email protected]>
d7fe12c
to
ca91cd0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5021 +/- ##
=======================================
Coverage 14.78% 14.78%
=======================================
Files 1917 1918 +1
Lines 132038 132050 +12
Branches 39228 39235 +7
=======================================
+ Hits 19524 19529 +5
Misses 90726 90726
- Partials 21788 21795 +7
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: liu cui <[email protected]>
446c171
to
e835260
Compare
…utowarefoundation#5021) * add remote * feat(global_parameter_loader): add gtest of global-parameter-loader Signed-off-by: Cynthia Liu <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Cynthia Liu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <[email protected]>
…5021) * add remote * feat(global_parameter_loader): add gtest of global-parameter-loader Signed-off-by: Cynthia Liu <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Cynthia Liu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <[email protected]>
…utowarefoundation#5021) * add remote * feat(global_parameter_loader): add gtest of global-parameter-loader Signed-off-by: Cynthia Liu <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Cynthia Liu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <[email protected]>
Description
Add test to global_parameter_loader node
Related links
Tests performed
pass
Notes for reviewers
Interface changes
Effects on system behavior
Add test in src/universe/autoware.universe/common/global_parameter_loader.
There is no effect on the function.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.