chfast / ethash

C/C++ implementation of Ethash and ProgPoW – the Ethereum Proof of Work algorithms
Apache License 2.0
142 stars 128 forks source link

Refactor lazy_lookup() #204

Closed chfast closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #204 (e6bc93c) into master (98edcc5) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
- Coverage   98.60%   98.60%   -0.01%     
==========================================
  Files          24       24              
  Lines        1930     1929       -1     
==========================================
- Hits         1903     1902       -1     
  Misses         27       27              
Flag Coverage Δ
be 53.27% <100.00%> (-0.03%) :arrow_down:
default 99.78% <100.00%> (-0.01%) :arrow_down:
x86_64 90.41% <100.00%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/ethash/ethash.cpp 100.00% <100.00%> (ø)