jmcarp / nplusone

Auto-detecting the n+1 queries problem in Python
MIT License
1.01k stars 50 forks source link

Add newer versions of Django and Python to CI. #30

Closed D3X closed 3 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #30 into master will increase coverage by 21.47%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #30       +/-   ##
===========================================
+ Coverage   77.39%   98.87%   +21.47%     
===========================================
  Files          14       14               
  Lines         522      531        +9     
===========================================
+ Hits          404      525      +121     
+ Misses        118        6      -112
Impacted Files Coverage Δ
nplusone/core/signals.py 96.96% <0%> (+6.64%) :arrow_up:
nplusone/ext/django/middleware.py 100% <0%> (+50%) :arrow_up:
nplusone/ext/django/patch.py 100% <0%> (+60.52%) :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 2f1e25d...23b32cc. Read the comment docs.

simkimsia commented 4 years ago

@jmcarp Please merge this as I am using py37 and django22 and I would like to use this library

Thank you

hartwork commented 4 years ago

@jmcarp any thoughts?

codecov-commenter commented 4 years ago

Codecov Report

Merging #30 into master will increase coverage by 21.47%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #30       +/-   ##
===========================================
+ Coverage   77.39%   98.87%   +21.47%     
===========================================
  Files          14       14               
  Lines         522      531        +9     
===========================================
+ Hits          404      525      +121     
+ Misses        118        6      -112     
Impacted Files Coverage Δ
nplusone/core/listeners.py 100.00% <0.00%> (ø)
nplusone/core/notifiers.py 100.00% <0.00%> (ø)
nplusone/ext/flask_sqlalchemy.py 100.00% <0.00%> (ø)
nplusone/core/signals.py 96.96% <0.00%> (+6.64%) :arrow_up:
nplusone/ext/django/middleware.py 100.00% <0.00%> (+50.00%) :arrow_up:
nplusone/ext/django/patch.py 100.00% <0.00%> (+60.52%) :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 2f1e25d...d16ac9b. Read the comment docs.

D3X commented 3 years ago

There is a newer PR, that adds Django 3.2 to the test matrix: #40. Closing.