zingolabs / zingolib_original

ZingoLib
MIT License
1 stars 1 forks source link

add clean shutdown and use it #77

Closed zancas closed 2 years ago

zancas commented 2 years ago

The test server spawns a thread that must be shutdown, then the server must be shutdown. These things must always happen together and in order.

codecov-commenter commented 2 years ago

Codecov Report

Merging #77 (cebd29d) into dev (ab0ca41) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev      #77      +/-   ##
==========================================
+ Coverage   59.20%   59.23%   +0.02%     
==========================================
  Files          30       30              
  Lines        5413     5416       +3     
==========================================
+ Hits         3205     3208       +3     
  Misses       2208     2208              
Impacted Files Coverage Δ
lib/src/lightwallet.rs 67.92% <ø> (ø)
lib/src/lightclient/test_server.rs 88.37% <100.00%> (+0.13%) :arrow_up:

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 ab0ca41...cebd29d. Read the comment docs.