Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved database connection management #148

Merged
merged 3 commits into from
Jun 15, 2021
Merged

Conversation

jcass77
Copy link
Owner

@jcass77 jcass77 commented Jun 13, 2021

Resolves #145.

@codecov
Copy link

codecov bot commented Jun 13, 2021

Codecov Report

Merging #148 (12d61e2) into develop (a5ab320) will increase coverage by 0.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #148      +/-   ##
===========================================
+ Coverage    97.85%   98.05%   +0.19%     
===========================================
  Files            6        6              
  Lines          326      359      +33     
===========================================
+ Hits           319      352      +33     
  Misses           7        7              
Flag Coverage Δ
unittests 98.05% <100.00%> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
django_apscheduler/jobstores.py 98.73% <100.00%> (+0.06%) ⬆️
django_apscheduler/models.py 97.01% <100.00%> (+0.04%) ⬆️
django_apscheduler/util.py 97.82% <100.00%> (+2.37%) ⬆️

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 a5ab320...12d61e2. Read the comment docs.

@jcass77 jcass77 merged commit 918fefa into develop Jun 15, 2021
@jcass77 jcass77 deleted the enh/145_db_connections branch June 15, 2021 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve database connection management
1 participant