Skip to content

CHANGES: Add file_lock module entry (#501)

bbb80be
Select commit
Loading
Failed to load commit list.
Open

feat(_internal): Add typed, asyncio-friendly file locking module #501

CHANGES: Add file_lock module entry (#501)
bbb80be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 30, 2025 in 1s

55.56% (+2.34%) compared to f0e705d

View this Pull Request on Codecov

55.56% (+2.34%) compared to f0e705d

Details

Codecov Report

❌ Patch coverage is 85.71429% with 63 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.56%. Comparing base (f0e705d) to head (bbb80be).

Files with missing lines Patch % Lines
src/libvcs/_internal/file_lock.py 69.90% 58 Missing and 4 partials ⚠️
tests/_internal/test_file_lock.py 99.57% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #501      +/-   ##
==========================================
+ Coverage   53.22%   55.56%   +2.34%     
==========================================
  Files          38       40       +2     
  Lines        5676     6117     +441     
  Branches     1063     1095      +32     
==========================================
+ Hits         3021     3399     +378     
- Misses       2144     2202      +58     
- Partials      511      516       +5     

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