Skip to content

refactor(typing): Replace Any with precise types across codebase#495

Open
tony wants to merge 13 commits into
masterfrom
improve-typings
Open

refactor(typing): Replace Any with precise types across codebase#495
tony wants to merge 13 commits into
masterfrom
improve-typings

cli/fmt(refactor[typing]): Narrow repo config inputs

853d89b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 10, 2026 in 1s

83.27% (-0.03%) compared to e6a62d9

View this Pull Request on Codecov

83.27% (-0.03%) compared to e6a62d9

Details

Codecov Report

❌ Patch coverage is 85.50725% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.27%. Comparing base (e6a62d9) to head (853d89b).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/vcspull/cli/discover.py 50.00% 2 Missing and 2 partials ⚠️
src/vcspull/util.py 50.00% 2 Missing and 2 partials ⚠️
src/vcspull/cli/fmt.py 87.50% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #495      +/-   ##
==========================================
- Coverage   83.30%   83.27%   -0.03%     
==========================================
  Files          32       32              
  Lines        4492     4515      +23     
  Branches      903      904       +1     
==========================================
+ Hits         3742     3760      +18     
- Misses        499      502       +3     
- Partials      251      253       +2     

☔ 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.