Skip to content

add exorcist status check cli command - #2156

Draft
atravitz wants to merge 6 commits into
dev/warehouse_usabilityfrom
feat/cli_status_check
Draft

add exorcist status check cli command#2156
atravitz wants to merge 6 commits into
dev/warehouse_usabilityfrom
feat/cli_status_check

Conversation

@atravitz

Copy link
Copy Markdown
Contributor

LLM / AI generated code disclosure

LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: yes / no
If yes, please provide details here:

Checklist

  • All new code is appropriately documented (user-facing code must have complete docstrings).
  • Added a news entry, or the changes are not user-facing.
  • Ran pre-commit: you can run pre-commit locally or comment on this PR with pre-commit.ci autofix.
  • Filled in the AI generated code disclosure.

Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion).

Developers certificate of origin

@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.95393% with 63 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.50%. Comparing base (ca92919) to head (988337d).

Files with missing lines Patch % Lines
src/openfe/orchestration/__init__.py 88.18% 15 Missing ⚠️
src/openfecli/commands/status.py 0.00% 15 Missing ⚠️
src/openfe/storage/warehouse.py 88.13% 14 Missing ⚠️
src/openfe/orchestration/exorcist_utils.py 84.61% 6 Missing ⚠️
src/openfecli/commands/worker.py 93.44% 4 Missing ⚠️
src/openfe/tests/orchestration/test_worker.py 98.43% 3 Missing ⚠️
src/openfecli/plan_alchemical_networks_utils.py 87.50% 3 Missing ⚠️
src/openfe/tests/orchestration/conftest.py 97.22% 1 Missing ⚠️
.../openfe/tests/orchestration/test_exorcist_utils.py 99.25% 1 Missing ⚠️
src/openfecli/commands/plan_rbfe_network.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2156      +/-   ##
==========================================
- Coverage   95.20%   90.50%   -4.71%     
==========================================
  Files         213      218       +5     
  Lines       21134    21560     +426     
==========================================
- Hits        20121    19512     -609     
- Misses       1013     2048    +1035     
Flag Coverage Δ
fast-tests 90.50% <93.95%> (?)
slow-tests ?

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

Copy link
Copy Markdown

🚨 API breaking changes detected! 🚨

View workflow run

Griffe output
$ griffe check "openfe" -s src --no-inspection --no-color --verbose -a origin/main
src/openfe/tests/storage/test_resultclient.py:0: <module>:
Public object was removed

src/openfe/tests/storage/test_metadatastore.py:0: <module>:
Public object was removed

src/openfe/tests/storage/test_resultserver.py:0: <module>:
Public object was removed

src/openfe/storage/resultclient.py:0: <module>:
Public object was removed

src/openfe/storage/resultserver.py:0: <module>:
Public object was removed

src/openfe/storage/metadatastore.py:0: <module>:
Public object was removed


$ griffe check "openfecli" -s src --no-inspection --no-color --verbose -a origin/main
src/openfecli/commands/plan_rbfe_network.py:121: plan_rbfe_network(warehouse):
Parameter was added as required


@atravitz atravitz changed the title add status check cli command add exorcist status check cli command Aug 17, 2026
@atravitz atravitz linked an issue Aug 17, 2026 that may be closed by this pull request
9 tasks
@atravitz
atravitz changed the base branch from main to dev/warehouse_usability August 18, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exorcist & Warehouse Integration Plan

1 participant