dbcli / litecli

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

Add sqlexecute tests #31

Closed amjith closed 5 years ago

amjith commented 5 years ago

Adds tests and fixes #30

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@ae21b70). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #31   +/-   ##
=========================================
  Coverage          ?   66.36%           
=========================================
  Files             ?       22           
  Lines             ?     1347           
  Branches          ?        0           
=========================================
  Hits              ?      894           
  Misses            ?      453           
  Partials          ?        0
Impacted Files Coverage Δ
litecli/sqlcompleter.py 81.5% <ø> (ø)

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 ae21b70...13af4bd. Read the comment docs.

delgermurun commented 5 years ago

It merged into master, but different way.

I rebased with master and merge it back to master branch. Does it wrong approach? @amjith