dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.47k stars 73 forks source link

Add more tests for main.py #9

Closed amjith closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #9 into master will increase coverage by 4.13%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   32.52%   36.66%   +4.13%     
==========================================
  Files          25       25              
  Lines        2029     2021       -8     
==========================================
+ Hits          660      741      +81     
+ Misses       1369     1280      -89
Impacted Files Coverage Δ
litecli/main.py 47.26% <100%> (+10.91%) :arrow_up:
litecli/packages/special/iocommands.py 26.2% <0%> (+4.83%) :arrow_up:
litecli/packages/parseutils.py 25% <0%> (+8.33%) :arrow_up:
litecli/packages/prompt_utils.py 50% <0%> (+11.11%) :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 a618060...c31d76d. Read the comment docs.