refactor(typing): Narrow t.Any to specific types across codebase #618
Codecov / codecov/project
succeeded
Jan 3, 2026 in 0s
46.23% (+0.83%) compared to 849cbca
View this Pull Request on Codecov
46.23% (+0.83%) compared to 849cbca
Details
Codecov Report
❌ Patch coverage is 72.04301% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.23%. Comparing base (849cbca) to head (24ee357).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/libtmux/pytest_plugin.py | 0.00% | 10 Missing |
| src/libtmux/session.py | 0.00% | 4 Missing |
| src/libtmux/window.py | 0.00% | 4 Missing |
| src/libtmux/pane.py | 0.00% | 2 Missing |
| src/libtmux/server.py | 0.00% | 2 Missing |
| src/libtmux/test/temporary.py | 97.10% | 2 Missing |
| src/libtmux/exc.py | 0.00% | 1 Missing |
| src/libtmux/hooks.py | 0.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #618 +/- ##
==========================================
+ Coverage 45.39% 46.23% +0.83%
==========================================
Files 22 22
Lines 2249 2308 +59
Branches 360 364 +4
==========================================
+ Hits 1021 1067 +46
- Misses 1082 1095 +13
Partials 146 146 ☔ 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.
Loading