TomMalkin / SimQLe

The simplest way to use SQL in Python
MIT License
30 stars 5 forks source link

Add sqlite full coverage #11

Closed TomMalkin closed 5 years ago

TomMalkin commented 5 years ago

Integration tests.

Closes #10 #8

codecov-io commented 5 years ago

Codecov Report

Merging #11 into dev will increase coverage by 50.74%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev    #11       +/-   ##
=========================================
+ Coverage   49.25%   100%   +50.74%     
=========================================
  Files           5      5               
  Lines          67     71        +4     
=========================================
+ Hits           33     71       +38     
+ Misses         34      0       -34
Impacted Files Coverage Δ
simqle/__init__.py 100% <100%> (ø) :arrow_up:
simqle/sql_tools.py 100% <100%> (+70.83%) :arrow_up:
simqle/connections.py 100% <100%> (+10%) :arrow_up:
simqle/functions.py 100% <0%> (+83.33%) :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 25661ea...3ebf5ff. Read the comment docs.