Skip to content

Conversation

@yngve-sk
Copy link
Contributor

@yngve-sk yngve-sk commented Jan 5, 2026

PS: Should consider when to merge this in wrt deprecation warnings etc.

@yngve-sk yngve-sk force-pushed the 26.01.remove-baseservice branch from 0b02fd9 to 0b0d56d Compare January 5, 2026 13:15
@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2026

Codecov Report

❌ Patch coverage is 86.66667% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.67%. Comparing base (a29328d) to head (372392b).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/ert/services/ert_server.py 87.50% 14 Missing ⚠️
src/ert/__main__.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12567      +/-   ##
==========================================
+ Coverage   90.55%   90.67%   +0.11%     
==========================================
  Files         435      430       -5     
  Lines       29940    29702     -238     
==========================================
- Hits        27112    26932     -180     
+ Misses       2828     2770      -58     
Flag Coverage Δ
cli-tests 37.52% <31.09%> (+0.17%) ⬆️
gui-tests 69.09% <73.94%> (+0.42%) ⬆️
performance-and-unit-tests 73.91% <86.66%> (-0.01%) ⬇️
test 38.14% <32.50%> (+0.04%) ⬆️

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.

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 5, 2026

Merging this PR will not alter performance

Summary

✅ 22 untouched benchmarks


Comparing yngve-sk:26.01.remove-baseservice (372392b) with main (a45f33f)

Open in CodSpeed

@yngve-sk yngve-sk added this to SCOUT Jan 6, 2026
@yngve-sk yngve-sk moved this to In Progress in SCOUT Jan 6, 2026
@yngve-sk yngve-sk force-pushed the 26.01.remove-baseservice branch 2 times, most recently from 1278c0c to ed69bd1 Compare January 6, 2026 09:08
@yngve-sk yngve-sk added blocked release-notes:breaking-change Automatically categorise as breaking change in release notes labels Jan 6, 2026
@yngve-sk yngve-sk moved this from In Progress to Ready for Review in SCOUT Jan 6, 2026


def run_webviz_ert(args: Namespace, _: ErtRuntimePlugins | None = None) -> None:
try:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note2self Add this back and give the notice that it is removed and that the misfits plot is available in ERT plotter

@@ -1,42 +0,0 @@
from __future__ import annotations

from collections.abc import Mapping
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note2self also remove misfits endpoint (assuming only used by webviz ert)

@yngve-sk yngve-sk force-pushed the 26.01.remove-baseservice branch from ed69bd1 to b872dad Compare January 7, 2026 09:45
Should not be hardcoded to 120
For clarity and easier testing, prefer singleton global string var over in-place hardcoding of strings.
To not lose test coverage when removing BaseService
@yngve-sk yngve-sk force-pushed the 26.01.remove-baseservice branch from b872dad to 375fc69 Compare January 7, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked release-notes:breaking-change Automatically categorise as breaking change in release notes

Projects

Status: Ready for Review

Development

Successfully merging this pull request may close these issues.

2 participants