Skip to content

CHANGES: Add async support entry (#504)

88880e8
Select commit
Loading
Failed to load commit list.
Open

feat: Add async/await support for VCS operations #504

CHANGES: Add async support entry (#504)
88880e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 30, 2025 in 0s

56.51% (+3.29%) compared to f0e705d

View this Pull Request on Codecov

56.51% (+3.29%) compared to f0e705d

Details

Codecov Report

❌ Patch coverage is 65.75476% with 701 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.51%. Comparing base (f0e705d) to head (88880e8).

Files with missing lines Patch % Lines
src/libvcs/cmd/_async/git.py 38.39% 134 Missing and 81 partials ⚠️
src/libvcs/sync/_async/git.py 50.84% 97 Missing and 19 partials ⚠️
tests/sync/_async/test_svn.py 0.00% 106 Missing ⚠️
src/libvcs/cmd/_async/hg.py 23.46% 50 Missing and 25 partials ⚠️
tests/cmd/_async/test_svn.py 0.00% 73 Missing ⚠️
src/libvcs/sync/_async/base.py 33.92% 30 Missing and 7 partials ⚠️
src/libvcs/pytest_plugin.py 32.07% 35 Missing and 1 partial ⚠️
src/libvcs/_internal/async_run.py 69.33% 22 Missing and 1 partial ⚠️
src/libvcs/sync/_async/hg.py 48.14% 14 Missing ⚠️
src/libvcs/_internal/async_subprocess.py 96.20% 3 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #504      +/-   ##
==========================================
+ Coverage   53.22%   56.51%   +3.29%     
==========================================
  Files          38       53      +15     
  Lines        5676     7723    +2047     
  Branches     1063     1296     +233     
==========================================
+ Hits         3021     4365    +1344     
- Misses       2144     2710     +566     
- Partials      511      648     +137     

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