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

Await everest start_server coroutine in test_everest_output #9442

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

DanSava
Copy link
Contributor

@DanSava DanSava commented Dec 4, 2024

  • PR title captures the intent of the changes, and is fitting for release notes.
  • Added appropriate release note label
  • Commit history is consistent and clean, in line with the contribution guidelines.
  • Make sure unit tests pass locally after every commit (git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"')

When applicable

  • When there are user facing changes: Updated documentation
  • New behavior or changes to existing untested code: Ensured that unit tests are added (See Ground Rules).
  • Large PR: Prepare changes in small commits for more convenient review
  • Bug fix: Add regression test for the bug
  • Bug fix: Create Backport PR to latest release

@DanSava DanSava self-assigned this Dec 4, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.95%. Comparing base (c9ae9b2) to head (744d302).

Files with missing lines Patch % Lines
src/everest/config_file_loader.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9442      +/-   ##
==========================================
+ Coverage   91.94%   91.95%   +0.01%     
==========================================
  Files         433      433              
  Lines       26748    26748              
==========================================
+ Hits        24593    24597       +4     
+ Misses       2155     2151       -4     
Flag Coverage Δ
cli-tests 39.41% <ø> (ø)
everest-models-test 34.70% <0.00%> (ø)
gui-tests 72.18% <ø> (+<0.01%) ⬆️
integration-test 37.25% <0.00%> (+0.29%) ⬆️
performance-tests 51.98% <ø> (+0.01%) ⬆️
test 40.62% <50.00%> (-0.03%) ⬇️
unit-tests 74.14% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@oyvindeide oyvindeide left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@DanSava DanSava merged commit a04e2df into equinor:main Dec 12, 2024
39 checks passed
@DanSava DanSava deleted the await-start-server branch December 12, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants