Skip to content

workflow descriptors are now pydantic-based#367

Merged
keighrim merged 3 commits intodevelopfrom
366-pydantic-describe
Feb 23, 2026
Merged

workflow descriptors are now pydantic-based#367
keighrim merged 3 commits intodevelopfrom
366-pydantic-describe

Conversation

@keighrim
Copy link
Member

fixes #366

@clams-bot clams-bot added this to infra Feb 14, 2026
@keighrim keighrim requested a review from Copilot February 14, 2026 22:11
@github-project-automation github-project-automation bot moved this to Todo in infra Feb 14, 2026
@keighrim keighrim requested review from marcverhagen and removed request for Copilot February 14, 2026 22:11
@keighrim keighrim force-pushed the 366-pydantic-describe branch from 2bd94fe to 398eb21 Compare February 15, 2026 00:41
@codecov
Copy link

codecov bot commented Feb 15, 2026

Codecov Report

❌ Patch coverage is 90.96045% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.76%. Comparing base (a6db461) to head (9ee0bd5).
⚠️ Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
mmif/utils/workflow_helper.py 87.87% 12 Missing ⚠️
mmif/utils/cli/__init__.py 93.84% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #367      +/-   ##
===========================================
+ Coverage    71.66%   73.76%   +2.10%     
===========================================
  Files           22       22              
  Lines         2915     3023     +108     
===========================================
+ Hits          2089     2230     +141     
+ Misses         826      793      -33     
Flag Coverage Δ
unittests 73.76% <90.96%> (+2.10%) ⬆️

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.

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

@keighrim keighrim force-pushed the 366-pydantic-describe branch from 229508d to 9ee0bd5 Compare February 16, 2026 19:56
Copy link
Contributor

@marcverhagen marcverhagen left a comment

Choose a reason for hiding this comment

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

Definitely looks better than before.

@github-project-automation github-project-automation bot moved this from Todo to Verifying in infra Feb 23, 2026
@keighrim keighrim merged commit 978e389 into develop Feb 23, 2026
6 checks passed
@keighrim keighrim deleted the 366-pydantic-describe branch February 23, 2026 15:05
@github-project-automation github-project-automation bot moved this from Verifying to Done in infra Feb 23, 2026
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.

update the underlying logic for mmif describe command to use pydantic and auto-generating user documentation

2 participants