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(autoware_test_utils): add parser for geometry_msgs and others #9167

Merged

feat(autoware_test_utils): add parser for geometry_msgs and others

37b6c65
Select commit
Loading
Failed to load commit list.
Merged

feat(autoware_test_utils): add parser for geometry_msgs and others #9167

feat(autoware_test_utils): add parser for geometry_msgs and others
37b6c65
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main) succeeded Oct 28, 2024 in 32s

CodeScene PR Check

Code Health Quality Gates: OK

Change in average Code Health of affected files: -0.24 (10.00 -> 9.76)

  • Declining Code Health: 1 findings(s) 🚩

View detailed results in CodeScene

Details

🚩 Declining Code Health (highest to lowest):

  • Code Duplication mock_data_parser.cpp

Annotations

Check warning on line 107 in common/autoware_test_utils/src/mock_data_parser.cpp

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)

❌ New issue: Code Duplication

The module contains 2 functions with similar structure: parse,parse. Avoid duplicated, aka copy-pasted, code inside the module. More duplication lowers the code health.