Skip to content

Separated PV Status Generation from Builder.py#227

Open
adedamola-sode wants to merge 7 commits into
mainfrom
separate-status-pv
Open

Separated PV Status Generation from Builder.py#227
adedamola-sode wants to merge 7 commits into
mainfrom
separate-status-pv

Conversation

@adedamola-sode
Copy link
Copy Markdown
Collaborator

No description provided.

@adedamola-sode adedamola-sode changed the title Added status.py Separated PV Status Generation from Builder.py May 26, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2026

Codecov Report

❌ Patch coverage is 97.95918% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 96.09%. Comparing base (29ce6a7) to head (32c5815).

Files with missing lines Patch % Lines
src/techui_builder/status.py 97.87% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #227      +/-   ##
==========================================
+ Coverage   95.97%   96.09%   +0.12%     
==========================================
  Files          11       12       +1     
  Lines         895      923      +28     
==========================================
+ Hits          859      887      +28     
  Misses         36       36              

☔ View full report in Codecov by Sentry.
📢 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.

@adedamola-sode adedamola-sode marked this pull request as ready for review May 28, 2026 08:00
@adedamola-sode adedamola-sode requested a review from OCopping May 28, 2026 08:55
Comment thread tests/test_status.py
mock_create.return_value = Mock()
mock_write.return_value = Mock()
status_run(Path("tests/t01-services/synoptic/techui.yaml").absolute())

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can you add an assert statement here please? Can just be something like assert_called() on one or both of the Mocks

@OCopping
Copy link
Copy Markdown
Collaborator

OCopping commented Jun 2, 2026

Also could you please commit the generated status.db file to the example t01-services/synoptic please?

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.

2 participants