LRU cache utility #1090
+546
−1
Open
LRU cache utility #1090
Codecov / codecov/project
failed
Dec 23, 2024 in 1s
93.98% (-0.33%) compared to 81c9dda
View this Pull Request on Codecov
93.98% (-0.33%) compared to 81c9dda
Details
Codecov Report
Attention: Patch coverage is 72.96296%
with 73 lines
in your changes missing coverage. Please review.
Project coverage is 93.98%. Comparing base (
81c9dda
) to head (2938377
).
Additional details and impacted files
@@ Coverage Diff @@
## master #1090 +/- ##
==========================================
- Coverage 94.31% 93.98% -0.33%
==========================================
Files 159 162 +3
Lines 17221 17491 +270
==========================================
+ Hits 16242 16439 +197
- Misses 979 1052 +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