Skip to content

Add __str__/__repr__ to all public classes and fix stale lock cleanup

ba2d4da
Select commit
Loading
Failed to load commit list.
Closed

Add __str__/__repr__ to all public classes and fix stale lock cleanup #62

Add __str__/__repr__ to all public classes and fix stale lock cleanup
ba2d4da
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 24, 2026 in 1s

89.38% (-0.18%) compared to 3ecac5a

View this Pull Request on Codecov

89.38% (-0.18%) compared to 3ecac5a

Details

Codecov Report

❌ Patch coverage is 84.00000% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.38%. Comparing base (3ecac5a) to head (ba2d4da).

Files with missing lines Patch % Lines
filecache/file_cache.py 81.13% 7 Missing and 3 partials ⚠️
filecache/file_cache_source.py 85.71% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
- Coverage   89.55%   89.38%   -0.18%     
==========================================
  Files           5        5              
  Lines        2413     2486      +73     
  Branches      507      523      +16     
==========================================
+ Hits         2161     2222      +61     
- Misses        149      157       +8     
- Partials      103      107       +4     

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