Closed Donaim closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.07%. Comparing base (
83cfe3c
) to head (1b8b30b
).:exclamation: Current head 1b8b30b differs from pull request most recent head 4b0fea6. Consider uploading reports for the commit 4b0fea6 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This commit introduces Mypy type checking in the CI workflow to enhance code quality and robustness. Type annotations are added to
consensus_aligner.py
,report_amino.py
, andproject_config.py
. A.mypy.ini
file is added for Mypy configuration and relevant dependencies are included inrequirements-dev.txt
. The changes aim to catch type-related errors early and maintain clear function interfaces.