TomMalkin / SimQLe

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

Fix default connection error with unspecified connection files #65

Closed TomMalkin closed 4 years ago

TomMalkin commented 4 years ago

fixes #63

codecov-io commented 4 years ago

Codecov Report

Merging #65 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev    #65   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         8      8           
  Lines       247    254    +7     
===================================
+ Hits        247    254    +7
Impacted Files Coverage Δ
simqle/connection_manager.py 100% <100%> (ø) :arrow_up:
simqle/recordset/recordset.py 100% <0%> (ø) :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 22724e2...e73cfd0. Read the comment docs.