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

Refactor CLI as a submodule with cli.py broken into smaller modules #87

Closed covert-encryption closed 2 years ago

covert-encryption commented 2 years ago

All CLI functionality except covert.passphrase.ask moved to a submodule. You need to pip install again to update the launcher script.

codecov[bot] commented 2 years ago

Codecov Report

Merging #87 (7eed424) into main (6cab855) will increase coverage by 0.19%. The diff coverage is 85.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
+ Coverage   78.55%   78.75%   +0.19%     
==========================================
  Files          27       34       +7     
  Lines        2649     2697      +48     
  Branches      609      611       +2     
==========================================
+ Hits         2081     2124      +43     
- Misses        431      433       +2     
- Partials      137      140       +3     
Impacted Files Coverage Δ
covert/cli/help.py 93.93% <ø> (ø)
covert/cli/tty.py 18.09% <ø> (ø)
covert/cli/dec.py 73.07% <73.07%> (ø)
covert/cli/enc.py 79.33% <79.33%> (ø)
covert/cli/id.py 90.80% <90.80%> (ø)
covert/cli/__main__.py 94.28% <94.28%> (ø)
covert/cli/args.py 94.89% <94.89%> (ø)
covert/__main__.py 66.66% <100.00%> (-29.43%) :arrow_down:
covert/cli/bench.py 100.00% <100.00%> (ø)
covert/cli/edit.py 100.00% <100.00%> (ø)
... and 9 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...7eed424. Read the comment docs.