-
Notifications
You must be signed in to change notification settings - Fork 123
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
Pytest options to envvar and runtime error replacement #1953
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1953 +/- ##
==========================================
- Coverage 85.99% 81.00% -4.99%
==========================================
Files 44 44
Lines 7877 7914 +37
==========================================
- Hits 6774 6411 -363
- Misses 1103 1503 +400 |
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.
Some lines raising a MapdlRuntimeError
are not covered by the tests. Is it something you want to change or do you want to keep it that way?
I think increasing the coverage will mean to work in functionalities, instead of the purpose of the PR which is error handling. |
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 👍
Some small fixes