covert-encryption / covert

An encryption format offering better security, performance and ease of use than PGP. File a bug if you found anything where we are worse than our competition, and we will fix it.
40 stars 10 forks source link

Improve exceptions #91

Closed MarionetteAccount closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #91 (c4e97a3) into main (e9ef845) will increase coverage by 0.09%. The diff coverage is 71.62%.

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   79.04%   79.13%   +0.09%     
==========================================
  Files          34       35       +1     
  Lines        2715     2727      +12     
  Branches      616      620       +4     
==========================================
+ Hits         2146     2158      +12     
  Misses        432      432              
  Partials      137      137              
Impacted Files Coverage Δ
covert/sshkey.py 67.94% <28.57%> (+0.41%) :arrow_up:
covert/pubkey.py 88.48% <40.00%> (+0.06%) :arrow_up:
covert/cli/enc.py 79.47% <50.00%> (+0.13%) :arrow_up:
covert/blockstream.py 89.42% <66.66%> (ø)
covert/cli/dec.py 74.37% <80.00%> (+0.16%) :arrow_up:
covert/cli/id.py 90.90% <81.81%> (+0.10%) :arrow_up:
covert/chacha.py 94.59% <100.00%> (+0.15%) :arrow_up:
covert/cli/__main__.py 94.44% <100.00%> (+0.15%) :arrow_up:
covert/cli/edit.py 100.00% <100.00%> (ø)
covert/cryptoheader.py 95.29% <100.00%> (ø)
... and 2 more

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 e9ef845...c4e97a3. Read the comment docs.