SonuBardai / lockbox

L🦀CKBOX: Lockbox is a command-line tool built in rust for generating and managing passwords. It uses strong encryption algorithms to securely store your passwords, so you can be sure that your data is safe.
https://crates.io/crates/lock_box
MIT License
21 stars 10 forks source link

Add test for run_cli #54

Closed SonuBardai closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #54 (6b91d42) into main (24e0d36) will increase coverage by 6.89%. The diff coverage is 76.92%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   84.20%   91.10%   +6.89%     
==========================================
  Files           8        9       +1     
  Lines        1260     1304      +44     
==========================================
+ Hits         1061     1188     +127     
+ Misses        199      116      -83     
Files Changed Coverage Δ
src/main.rs 0.00% <0.00%> (ø)
src/store/mod.rs 98.20% <25.00%> (-0.44%) :arrow_down:
src/cli/mod.rs 79.86% <79.86%> (ø)
src/cli/commands.rs 94.53% <87.50%> (+0.12%) :arrow_up:
src/repl/mod.rs 96.72% <87.50%> (+0.06%) :arrow_up: