Skip to content

Conversation

@HexDecimal
Copy link
Owner

@HexDecimal HexDecimal commented Apr 9, 2025

Converts containers to use TypeForm instead of Type. This allows for type expressions to be used as component types.

Currently waiting on Mypy to officially support TypeForm.

Closes #36

@codecov
Copy link

codecov bot commented Apr 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.15%. Comparing base (1ffd940) to head (b2c74c2).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files           9        9           
  Lines         946      947    +1     
=======================================
+ Hits          938      939    +1     
  Misses          8        8           

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

Converts containers to use TypeForm instead of Type.
This allows for type expressions to be used as component types.
@HexDecimal HexDecimal merged commit b2c74c2 into main Nov 28, 2025
14 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.

Switch component types to use TypeExpr

2 participants