Skip to content

Conversation

@OCopping
Copy link
Collaborator

@OCopping OCopping commented Nov 17, 2025

When a file is saved in Phoebus, a comment gets added to the top to say it was saved:

<?xml version="1.0" encoding="UTF-8"?>
<!--Saved on 2025-11-18 15:23:29 by ryi58813-->
<display version="2.0.0">
  <name>Synoptic</name>

This can be used to determine if a file needs to be validate or completely re-generated.

@OCopping OCopping changed the title Add validator script and object skeleton Implement screen validation Nov 17, 2025
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

❌ Patch coverage is 71.96262% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.43%. Comparing base (5ab1098) to head (c4bf483).
⚠️ Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
src/techui_builder/utils.py 26.66% 11 Missing ⚠️
src/techui_builder/builder.py 67.74% 10 Missing ⚠️
src/techui_builder/autofill.py 33.33% 6 Missing ⚠️
src/techui_builder/__main__.py 0.00% 1 Missing ⚠️
src/techui_builder/generate.py 92.30% 1 Missing ⚠️
src/techui_builder/validator.py 97.36% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #162      +/-   ##
==========================================
- Coverage   81.83%   81.43%   -0.41%     
==========================================
  Files           7        9       +2     
  Lines         578      657      +79     
==========================================
+ Hits          473      535      +62     
- Misses        105      122      +17     

☔ 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.

@OCopping OCopping force-pushed the implement-screen-validation branch 2 times, most recently from 9f93d50 to da511eb Compare November 19, 2025 10:43
@OCopping
Copy link
Collaborator Author

I attempted adding a custom comment in alongside the "Saved on" comment and it got overwritten/deleted on a subsequent save of the bob screen in phoebus.

@OCopping OCopping force-pushed the implement-screen-validation branch 7 times, most recently from 84aa1c5 to a9bc4b3 Compare November 26, 2025 10:05
@OCopping OCopping marked this pull request as ready for review November 28, 2025 08:53
@OCopping OCopping force-pushed the implement-screen-validation branch from 4fdf8ce to dfbf5cf Compare December 1, 2025 08:34
@OCopping OCopping force-pushed the implement-screen-validation branch from dfbf5cf to c4bf483 Compare December 1, 2025 09:08
@OCopping OCopping merged commit 29aac21 into main Dec 4, 2025
6 of 8 checks passed
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.

3 participants