refactor(typing): Narrow t.Any to specific types across codebase #618
Codecov / codecov/project
succeeded
May 30, 2026 in 0s
51.73% (+0.44%) compared to 5a34cc5
View this Pull Request on Codecov
51.73% (+0.44%) compared to 5a34cc5
Details
Codecov Report
❌ Patch coverage is 72.04301% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.73%. Comparing base (5a34cc5) to head (46d4262).
| 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 51.29% 51.73% +0.44%
==========================================
Files 25 25
Lines 3488 3547 +59
Branches 686 690 +4
==========================================
+ Hits 1789 1835 +46
- Misses 1404 1417 +13
Partials 295 295 ☔ 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