refactor(typing): Narrow t.Any to specific types across codebase #618
Codecov / codecov/project
succeeded
May 10, 2026 in 1s
47.57% (+0.54%) compared to 3a6fb89
View this Pull Request on Codecov
47.57% (+0.54%) compared to 3a6fb89
Details
Codecov Report
❌ Patch coverage is 72.04301% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.57%. Comparing base (3a6fb89) to head (4a9a710).
| 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 47.02% 47.57% +0.54%
==========================================
Files 23 23
Lines 3296 3355 +59
Branches 709 713 +4
==========================================
+ Hits 1550 1596 +46
- Misses 1384 1397 +13
Partials 362 362 ☔ 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