Skip to content

CHANGES: Add async support entry (#504)

ef2b9c4
Select commit
Loading
Failed to load commit list.
Open

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

CHANGES: Add async support entry (#504)
ef2b9c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 26, 2026 in 1s

60.01% (+1.77%) compared to d9391c3

View this Pull Request on Codecov

60.01% (+1.77%) compared to d9391c3

Details

Codecov Report

❌ Patch coverage is 65.75476% with 701 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.01%. Comparing base (d9391c3) to head (ef2b9c4).

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   58.23%   60.01%   +1.77%     
==========================================
  Files          40       55      +15     
  Lines        6489     8536    +2047     
  Branches     1098     1331     +233     
==========================================
+ Hits         3779     5123    +1344     
- Misses       2177     2743     +566     
- Partials      533      670     +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.