Skip to content

thread_aware_cache

68e98e6
Select commit
Loading
Failed to load commit list.
Draft

feat: Thread aware cache #115

thread_aware_cache
68e98e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 30, 2026 in 0s

99.3% (target 100.0%)

View this Pull Request on Codecov

99.3% (target 100.0%)

Details

Codecov Report

❌ Patch coverage is 94.37052% with 55 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.3%. Comparing base (32e413b) to head (68e98e6).
⚠️ Report is 203 commits behind head on main.

Files with missing lines Patch % Lines
crates/thread_aware_cache/src/cache.rs 87.5% 30 Missing ⚠️
crates/thread_aware_cache/src/sieve.rs 94.8% 11 Missing ⚠️
crates/thread_aware_cache/src/bloom.rs 94.3% 7 Missing ⚠️
crates/thread_aware_cache/src/shard.rs 94.6% 6 Missing ⚠️
crates/thread_aware_cache/src/tests.rs 99.6% 1 Missing ⚠️

❌ Your project check has failed because the head coverage (99.3%) is below the target coverage (100.0%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #115     +/-   ##
========================================
- Coverage   100.0%   99.3%   -0.7%     
========================================
  Files          33      72     +39     
  Lines        3291    7973   +4682     
========================================
+ Hits         3291    7918   +4627     
- Misses          0      55     +55     

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