refactor(typing): Narrow t.Any to specific types across codebase - #618
Open
tony wants to merge 19 commits into
Open
refactor(typing): Narrow t.Any to specific types across codebase#618tony wants to merge 19 commits into
tony wants to merge 19 commits into
Codecov / codecov/project
succeeded
Jul 18, 2026 in 0s
52.76% (+0.31%) compared to d8b7127
View this Pull Request on Codecov
52.76% (+0.31%) compared to d8b7127
Details
Codecov Report
❌ Patch coverage is 72.04301% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.76%. Comparing base (d8b7127) to head (107eb20).
| 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 52.44% 52.76% +0.31%
==========================================
Files 26 26
Lines 3726 3785 +59
Branches 747 751 +4
==========================================
+ Hits 1954 1997 +43
- Misses 1468 1484 +16
Partials 304 304 ☔ View full report in Codecov by Harness.
📢 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