-
Notifications
You must be signed in to change notification settings - Fork 201
FIX: emit properties cleanup #6835
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
base: main
Are you sure you want to change the base?
Conversation
Remove some Savant specific keys Fix _is_component() logic Use EmitNode.name setter instead of a separate rename() function
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (51.12%) is below the target coverage (85.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #6835 +/- ##
===========================================
+ Coverage 44.50% 82.50% +38.00%
===========================================
Files 245 245
Lines 77613 77033 -580
===========================================
+ Hits 34544 63559 +29015
+ Misses 43069 13474 -29595 🚀 New features to boost your workflow:
|
Add Synopsys to ignore words
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.
Thanks for the changes @jsalant22, I left some comments
Co-authored-by: Sébastien Morais <[email protected]>
add some utility functions for getting radio/band names fix enabled property to return bool instead of string
remove unused variable
fix line length
Improve coverage test Add some default arg values
add some more test coverage
Remove some Savant specific keys
Fix _is_component() logic
Use EmitNode.name setter instead of a separate rename() function
Description
Please provide a brief description of the changes made in this pull request.
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
Checklist