apov1 / PA193_mnemonic_SIGSEGVboys

Autumn 2019 semester project for PA193
GNU General Public License v3.0
0 stars 1 forks source link

Binary representation of Entropy string support. #10

Open Danilkos15 opened 4 years ago

Danilkos15 commented 4 years ago

Due to the missing functionality we propose to add new functionality to official repository.

New features purpose is to provide a way to enter binary string instead of hexadecimal one with the same final result in functionality.

Functionality was added to mnemonic constructor and should not affect previous code. All previous tests were successfully finished.Also new automatic tests were added to provide a way to test functionality of new feature.

codecov-io commented 4 years ago

Codecov Report

Merging #10 into master will decrease coverage by 0.18%. The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   92.69%   92.51%   -0.19%     
==========================================
  Files           4        4              
  Lines         178      187       +9     
==========================================
+ Hits          165      173       +8     
- Misses         13       14       +1
Impacted Files Coverage Δ
headers/mnemonic.hpp 100% <ø> (ø) :arrow_up:
src/mnemonic.cpp 94.57% <95.65%> (-0.43%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc04cf4...fb700a3. Read the comment docs.