Skip to content

Enable dynamic type checking - #26

Merged
galjos merged 1 commit into
mainfrom
issue-19-dynamic-type-checking
Jun 22, 2026
Merged

Enable dynamic type checking#26
galjos merged 1 commit into
mainfrom
issue-19-dynamic-type-checking

Conversation

@galjos

@galjos galjos commented Jun 22, 2026

Copy link
Copy Markdown
Member

Summary

  • enable package-wide beartype runtime checks
  • correct annotations exposed by runtime checking
  • add a regression test for public API type validation

Validation

  • python -m pylint ThermoScreening
  • python -m pytest -q

Closes #19

@galjos
galjos force-pushed the issue-19-dynamic-type-checking branch from 57928b1 to 54912c0 Compare June 22, 2026 11:28
@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.94%. Comparing base (fcf7629) to head (77c4bb8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   87.19%   89.94%   +2.75%     
==========================================
  Files          20       20              
  Lines        1062     1074      +12     
==========================================
+ Hits          926      966      +40     
+ Misses        136      108      -28     
Flag Coverage Δ
unittests 89.94% <100.00%> (+2.75%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

@galjos
galjos force-pushed the issue-19-dynamic-type-checking branch from 54912c0 to 77c4bb8 Compare June 22, 2026 11:35
@galjos
galjos marked this pull request as ready for review June 22, 2026 11:38
@galjos
galjos merged commit c7af1c3 into main Jun 22, 2026
3 checks passed
@galjos
galjos deleted the issue-19-dynamic-type-checking branch June 22, 2026 11:38
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.

Dynamic Type Checking

1 participant