python-tcod-ecs icon indicating copy to clipboard operation
python-tcod-ecs copied to clipboard

Add TypeForm support

Open HexDecimal opened this issue 9 months ago • 1 comments

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

HexDecimal avatar Apr 09 '25 21:04 HexDecimal

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 99.15%. Comparing base (1ffd940) to head (b2c74c2). :warning: 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           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov[bot] avatar Apr 09 '25 21:04 codecov[bot]