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

Fix sentinel mode read-write separation #749

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

[pre-commit.ci] auto fixes from pre-commit.com hooks

df4fd4d
Select commit
Loading
Failed to load commit list.
Open

Fix sentinel mode read-write separation #749

[pre-commit.ci] auto fixes from pre-commit.com hooks
df4fd4d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 7, 2024 in 0s

63.3% (-0.0%) compared to f34935c

View this Pull Request on Codecov

63.3% (-0.0%) compared to f34935c

Details

Codecov Report

Attention: Patch coverage is 76.47059% with 4 lines in your changes missing coverage. Please review.

Project coverage is 63.3%. Comparing base (f34935c) to head (df4fd4d).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
django_redis/pool.py 66.7% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #749     +/-   ##
========================================
- Coverage    63.3%   63.3%   -0.0%     
========================================
  Files          43      43             
  Lines        3215    3221      +6     
  Branches      244     244             
========================================
+ Hits         2034    2037      +3     
- Misses       1164    1167      +3     
  Partials       17      17             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.