Skip to content

cli/sync(refactor[typing]): Fix update_repo return type

2d36a25
Select commit
Loading
Failed to load commit list.
Open

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

cli/sync(refactor[typing]): Fix update_repo return type
2d36a25
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2026 in 1s

79.30% (+0.05%) compared to f081abd

View this Pull Request on Codecov

79.30% (+0.05%) compared to f081abd

Details

Codecov Report

❌ Patch coverage is 86.80556% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.30%. Comparing base (f081abd) to head (2d36a25).

Files with missing lines Patch % Lines
src/vcspull/cli/sync.py 82.97% 4 Missing and 4 partials ⚠️
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 ⚠️
src/vcspull/_internal/config_reader.py 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #495      +/-   ##
==========================================
+ Coverage   79.24%   79.30%   +0.05%     
==========================================
  Files          15       15              
  Lines        1980     2029      +49     
  Branches      404      407       +3     
==========================================
+ Hits         1569     1609      +40     
- Misses        267      273       +6     
- Partials      144      147       +3     

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