-
Notifications
You must be signed in to change notification settings - Fork 8
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: variable description #896
Conversation
For more information, see https://pre-commit.ci
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.
LGTM, I proposed a minor change to ensure that not providing a description behaves as expected. This is required since var_server[1].SetVariableDescription(variable_name, description)
is triggered even if no description is provided.
Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #896 +/- ##
==========================================
- Coverage 84.16% 82.36% -1.80%
==========================================
Files 105 159 +54
Lines 17938 20878 +2940
==========================================
+ Hits 15097 17197 +2100
- Misses 2841 3681 +840
|
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.
LGTM
No description provided.