LRU cache utility #1090
+548
−1
Open
LRU cache utility #1090
Codecov / codecov/project
failed
Jan 29, 2025 in 1s
93.96% (-0.33%) compared to 9d28979
View this Pull Request on Codecov
93.96% (-0.33%) compared to 9d28979
Details
Codecov Report
Attention: Patch coverage is 72.96296%
with 73 lines
in your changes missing coverage. Please review.
Project coverage is 93.96%. Comparing base (
9d28979
) to head (1200c41
).
Additional details and impacted files
@@ Coverage Diff @@
## master #1090 +/- ##
==========================================
- Coverage 94.29% 93.96% -0.33%
==========================================
Files 159 162 +3
Lines 17325 17595 +270
==========================================
+ Hits 16337 16534 +197
- Misses 988 1061 +73
Files with missing lines | Coverage Δ | |
---|---|---|
test/unittests/lru_cache_test.cpp | 99.40% <99.40%> (ø) |
|
lib/evmone/lru_cache.hpp | 93.93% <93.93%> (ø) |
|
test/internal_benchmarks/lru_cache_bench.cpp | 0.00% <0.00%> (ø) |
Loading