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

cmake: Require C++14 #189

Closed chfast closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #189 (e8894a5) into master (d39e474) will decrease coverage by 0.05%. The diff coverage is 66.66%.

@@             Coverage Diff             @@
##            master     #189      +/-   ##
===========================================
- Coverage   100.00%   99.94%   -0.06%     
===========================================
  Files           22       22              
  Lines         1699     1700       +1     
===========================================
  Hits          1699     1699              
- Misses           0        1       +1     
Flag Coverage Δ
be 89.77% <66.66%> (-0.06%) :arrow_down:
default 99.76% <66.66%> (-0.06%) :arrow_down:
x86_64 89.31% <66.66%> (-0.06%) :arrow_down:

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

Impacted Files Coverage Δ
test/unittests/test_progpow.cpp 98.90% <66.66%> (-1.10%) :arrow_down: