-
Notifications
You must be signed in to change notification settings - Fork 682
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(system_diagnostic_graph): support config override and add tests #5816
feat(system_diagnostic_graph): support config override and add tests #5816
Conversation
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5816 +/- ##
===========================================
+ Coverage 15.32% 39.71% +24.39%
===========================================
Files 1721 14 -1707
Lines 118559 637 -117922
Branches 37995 261 -37734
===========================================
- Hits 18169 253 -17916
+ Misses 79657 227 -79430
+ Partials 20733 157 -20576
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed to pass all tests.
…utowarefoundation#5816) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…utowarefoundation#5816) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Signed-off-by: karishma <karishma@interpl.ai>
…utowarefoundation#5816) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Signed-off-by: karishma <karishma@interpl.ai>
…utowarefoundation#5816) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…utowarefoundation#5816) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…utowarefoundation#5816) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…utowarefoundation#5816) Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Description
Related links
None
Tests performed
Notes for reviewers
You can see the structure of the graph with the following command.
Interface changes
None
Effects on system behavior
None
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.