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 4, 2026 in 0s
52.20% (+0.41%) compared to da65e99
View this Pull Request on Codecov
52.20% (+0.41%) compared to da65e99
Details
Codecov Report
❌ Patch coverage is 72.04301% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.20%. Comparing base (da65e99) to head (3f393a6).
| 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.78% 52.20% +0.41%
==========================================
Files 25 25
Lines 3638 3697 +59
Branches 733 737 +4
==========================================
+ Hits 1884 1930 +46
- Misses 1448 1461 +13
Partials 306 306 ☔ 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