Skip to content

CHANGES: Add fixture cache and file_lock entries (#502)

ed6812b
Select commit
Loading
Failed to load commit list.
Open

feat(pytest_plugin): Add XDG persistent cache and fixture optimization #502

CHANGES: Add fixture cache and file_lock entries (#502)
ed6812b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 26, 2026 in 1s

59.02% (+0.78%) compared to d9391c3

View this Pull Request on Codecov

59.02% (+0.78%) compared to d9391c3

Details

Codecov Report

❌ Patch coverage is 64.57086% with 355 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.02%. Comparing base (d9391c3) to head (ed6812b).

Files with missing lines Patch % Lines
tests/test_fixture_performance.py 25.42% 176 Missing ⚠️
src/libvcs/_internal/file_lock.py 62.13% 72 Missing and 6 partials ⚠️
src/libvcs/pytest_plugin.py 51.18% 58 Missing and 4 partials ⚠️
conftest.py 50.66% 36 Missing and 1 partial ⚠️
tests/_internal/test_file_lock.py 99.44% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #502      +/-   ##
==========================================
+ Coverage   58.23%   59.02%   +0.78%     
==========================================
  Files          40       43       +3     
  Lines        6489     7456     +967     
  Branches     1098     1157      +59     
==========================================
+ Hits         3779     4401     +622     
- Misses       2177     2509     +332     
- Partials      533      546      +13     

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