-
Notifications
You must be signed in to change notification settings - Fork 107
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
Move everserver config to ServerConfig #9170
Move everserver config to ServerConfig #9170
Conversation
9052a8b
to
907dc4f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9170 +/- ##
=======================================
Coverage 90.74% 90.75%
=======================================
Files 352 352
Lines 21937 21937
=======================================
+ Hits 19907 19909 +2
+ Misses 2030 2028 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Needs minor cleanup but otherwise looks good 👍
src/everest/config/everest_config.py
Outdated
@@ -605,7 +598,8 @@ def config_file(self) -> Optional[str]: | |||
return None | |||
|
|||
@property | |||
def output_dir(self) -> Optional[str]: | |||
# def output_dir(self) -> Optional[str]: |
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.
Maybe missed comment
|
||
# cert_folder = config.certificate_dir |
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.
Needs cleanup
907dc4f
to
246b854
Compare
Issue
Resolves #9113
Approach
Short description of the approach
(Screenshot of new behavior in GUI if applicable)
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable