Closed glandium closed 5 months ago
Attention: Patch coverage is 75.72816%
with 25 lines
in your changes are missing coverage. Please review.
Project coverage is 42.77%. Comparing base (
0cc0c62
) to head (12e16e7
). Report is 45 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/lru_disk_cache/mod.rs | 73.62% | 4 Missing and 20 partials :warning: |
src/cache/disk.rs | 90.90% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This splits the insertion operation into two separate operations, so that the lock can be released while performing I/O.