chfast / ethash

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

Clean up equal() / less_equal() #186

Closed chfast closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #186 (bf4ddd5) into master (5ef7e05) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #186   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         1652      1653    +1     
=========================================
+ Hits          1652      1653    +1     
Flag Coverage Δ
be 89.54% <100.00%> (+<0.01%) :arrow_up:
default 99.81% <100.00%> (+<0.01%) :arrow_up:
x86_64 89.07% <100.00%> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
lib/ethash/ethash-internal.hpp 100.00% <100.00%> (ø)
lib/ethash/ethash.cpp 100.00% <100.00%> (ø)
lib/ethash/progpow.cpp 100.00% <100.00%> (ø)
test/unittests/test_ethash.cpp 100.00% <100.00%> (ø)