Skip to content

notes(plan): Mark Phase 5 complete

6590759
Select commit
Loading
Failed to load commit list.
Open

Asyncio testing #467

notes(plan): Mark Phase 5 complete
6590759
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 29, 2025 in 0s

55.23% (+2.01%) compared to 371fd80

View this Pull Request on Codecov

55.23% (+2.01%) compared to 371fd80

Details

Codecov Report

❌ Patch coverage is 63.57664% with 499 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.23%. Comparing base (371fd80) to head (6590759).

Files with missing lines Patch % Lines
src/libvcs/cmd/_async/git.py 26.07% 187 Missing and 71 partials ⚠️
src/libvcs/sync/_async/git.py 32.20% 145 Missing and 15 partials ⚠️
src/libvcs/sync/_async/base.py 23.21% 37 Missing and 6 partials ⚠️
src/libvcs/_internal/async_run.py 69.33% 22 Missing and 1 partial ⚠️
src/libvcs/pytest_plugin.py 33.33% 10 Missing ⚠️
src/libvcs/_internal/async_subprocess.py 96.20% 3 Missing ⚠️
tests/_internal/test_async_run.py 99.15% 0 Missing and 1 partial ⚠️
tests/cmd/_async/test_git.py 99.43% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #467      +/-   ##
==========================================
+ Coverage   53.22%   55.23%   +2.01%     
==========================================
  Files          38       47       +9     
  Lines        5676     7046    +1370     
  Branches     1063     1258     +195     
==========================================
+ Hits         3021     3892     +871     
- Misses       2144     2548     +404     
- Partials      511      606      +95     

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