Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add state output logic #219

Merged
merged 11 commits into from
Mar 8, 2025

Conversation

kberat-synnada
Copy link
Collaborator

Description

Closes #218.

Checklist:

  • Tests that cover the code added.
  • Corresponding changes documented.
  • All tests passed.
  • The code linted and styled (pre-commit run --all-files has passed).

Copy link

codecov bot commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 98.44560% with 3 lines in your changes missing coverage. Please review.

Project coverage is 88.73%. Comparing base (d506aae) to head (56c1dfb).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
mithril/framework/physical/model.py 97.36% 3 Missing ⚠️
@@            Coverage Diff             @@
##             main     #219      +/-   ##
==========================================
- Coverage   89.31%   88.73%   -0.59%     
==========================================
  Files          75       75              
  Lines       17203    17374     +171     
==========================================
+ Hits        15365    15416      +51     
- Misses       1838     1958     +120     
Files with missing lines Coverage Δ
mithril/framework/common.py 96.68% <100.00%> (+0.01%) ⬆️
mithril/framework/logical/base.py 91.32% <100.00%> (+0.23%) ⬆️
mithril/models/models.py 90.43% <100.00%> (+0.29%) ⬆️
mithril/framework/physical/model.py 92.64% <97.36%> (+0.81%) ⬆️

... and 9 files with indirect coverage changes

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

@norhan-synnada norhan-synnada merged commit 048686e into synnada-ai:main Mar 8, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add State Input/Output Logic
4 participants