-
Notifications
You must be signed in to change notification settings - Fork 102
🔨 Add mypy Checks
#740
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
🔨 Add mypy Checks
#740
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #740 +/- ##
========================================
Coverage 99.85% 99.85%
========================================
Files 65 65
Lines 7520 7532 +12
Branches 1461 1461
========================================
+ Hits 7509 7521 +12
Misses 4 4
Partials 7 7 ☔ View full report in Codecov by Sentry. |
|
@Jiaqi-Lv Please can you fix the coverage? The if statement only covers once condition in tests. Try modifying the tests to cover this scenario. |
…py-type-check # Conflicts: # tiatoolbox/utils/transforms.py
Signed-off-by: Shan E Ahmed Raza <[email protected]>
Signed-off-by: Shan E Ahmed Raza <[email protected]>
shaneahmed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Jiaqi-Lv
Files added:
tiatoolbox/utils/exceptions.pytiatoolbox/utils/magic.pytiatoolbox/utils/metrics.pytiatoolbox/utils/transforms.pytiatoolbox/tiatoolbox.py