TomMalkin / SimQLe

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

version 0.5.1 #66

Closed TomMalkin closed 4 years ago

TomMalkin commented 4 years ago

Bug fixes:

codecov-io commented 4 years ago

Codecov Report

Merging #66 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #66   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         247    254    +7     
=====================================
+ Hits          247    254    +7
Impacted Files Coverage Δ
simqle/__init__.py 100% <100%> (ø) :arrow_up:
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 42780e9...b3442c8. Read the comment docs.