TomMalkin / SimQLe

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

Add integration tests #21

Closed TomMalkin closed 5 years ago

TomMalkin commented 5 years ago

Adding major databases as integration tests

closes #2

codecov-io commented 5 years ago

Codecov Report

Merging #21 into dev will decrease coverage by 1.38%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##            dev      #21      +/-   ##
========================================
- Coverage   100%   98.61%   -1.39%     
========================================
  Files         5        5              
  Lines        71       72       +1     
========================================
  Hits         71       71              
- Misses        0        1       +1
Impacted Files Coverage Δ
simqle/__init__.py 100% <100%> (ø) :arrow_up:
simqle/connections.py 96% <100%> (-4%) :arrow_down:

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 c9f66dc...065f752. Read the comment docs.