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.
41 stars 10 forks source link

Add more typing #86

Closed MarionetteAccount closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #86 (219059e) into main (6cab855) will increase coverage by 0.05%. The diff coverage is 95.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
+ Coverage   78.55%   78.61%   +0.05%     
==========================================
  Files          27       28       +1     
  Lines        2649     2665      +16     
  Branches      609      610       +1     
==========================================
+ Hits         2081     2095      +14     
- Misses        431      432       +1     
- Partials      137      138       +1     
Impacted Files Coverage Δ
covert/bech.py 71.87% <78.57%> (-1.90%) :arrow_down:
covert/archive.py 65.86% <100.00%> (+0.23%) :arrow_up:
covert/blockstream.py 87.98% <100.00%> (+0.17%) :arrow_up:
covert/chacha.py 94.44% <100.00%> (+0.32%) :arrow_up:
covert/cryptoheader.py 95.29% <100.00%> (+0.17%) :arrow_up:
covert/elliptic/ed.py 93.80% <100.00%> (ø)
covert/elliptic/elligator.py 82.60% <100.00%> (ø)
covert/passphrase.py 59.86% <100.00%> (+0.27%) :arrow_up:
covert/pubkey.py 88.42% <100.00%> (ø)
covert/typing.py 100.00% <100.00%> (ø)
... and 1 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 6cab855...219059e. Read the comment docs.

covert-encryption commented 2 years ago

Could you also resolve those conflicts? Thanks.