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

Run a full encryption/decryption cycle over CLI #49

Closed covert-encryption closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #49 (5d7f9f7) into main (a8eaf7a) will increase coverage by 8.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   48.94%   56.97%   +8.03%     
==========================================
  Files          17       17              
  Lines        1992     1992              
  Branches      452      452              
==========================================
+ Hits          975     1135     +160     
+ Misses        909      711     -198     
- Partials      108      146      +38     
Impacted Files Coverage Δ
covert/blockstream.py 67.01% <0.00%> (+1.04%) :arrow_up:
covert/pubkey.py 64.24% <0.00%> (+6.21%) :arrow_up:
covert/archive.py 63.98% <0.00%> (+6.99%) :arrow_up:
covert/__main__.py 55.90% <0.00%> (+9.44%) :arrow_up:
covert/util.py 91.52% <0.00%> (+16.94%) :arrow_up:
covert/lazyexec.py 33.33% <0.00%> (+19.99%) :arrow_up:
covert/cryptoheader.py 87.14% <0.00%> (+22.85%) :arrow_up:
covert/cli.py 36.69% <0.00%> (+29.49%) :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 a8eaf7a...5d7f9f7. Read the comment docs.