refactor(typing): Narrow t.Any to specific types across codebase #618
Codecov / codecov/project
succeeded
Apr 26, 2026 in 1s
47.34% (+0.76%) compared to 81d55fa
View this Pull Request on Codecov
47.34% (+0.76%) compared to 81d55fa
Details
Codecov Report
❌ Patch coverage is 72.04301% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.34%. Comparing base (81d55fa) to head (864e1a0).
| 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 46.58% 47.34% +0.76%
==========================================
Files 22 22
Lines 2372 2431 +59
Branches 390 394 +4
==========================================
+ Hits 1105 1151 +46
- Misses 1098 1111 +13
Partials 169 169 ☔ 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