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

Optimize assorted Django operations #627

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

Use guard clause pattern in ClubFairViewSet.current()

c5a912d
Select commit
Loading
Failed to load commit list.
Open

Optimize assorted Django operations #627

Use guard clause pattern in ClubFairViewSet.current()
c5a912d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 17, 2024 in 0s

69.29% (+0.17%) compared to 813cd4b

View this Pull Request on Codecov

69.29% (+0.17%) compared to 813cd4b

Details

Codecov Report

Attention: Patch coverage is 48.85496% with 67 lines in your changes are missing coverage. Please review.

Project coverage is 69.29%. Comparing base (813cd4b) to head (c5a912d).
Report is 20 commits behind head on master.

Files Patch % Lines
backend/clubs/views.py 44.82% 64 Missing ⚠️
...nd/clubs/management/commands/update_club_counts.py 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #627      +/-   ##
==========================================
+ Coverage   69.11%   69.29%   +0.17%     
==========================================
  Files          30       30              
  Lines        6362     6353       -9     
==========================================
+ Hits         4397     4402       +5     
+ Misses       1965     1951      -14     

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