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

Implement lending system #3501

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

Remove notifications

cd58144
Select commit
Loading
Failed to load commit list.
Open

Implement lending system #3501

Remove notifications
cd58144
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 24, 2024 in 0s

88.73% (+0.53%) compared to 6abb9ef

View this Pull Request on Codecov

88.73% (+0.53%) compared to 6abb9ef

Details

Codecov Report

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

Project coverage is 88.73%. Comparing base (6abb9ef) to head (cd58144).
Report is 97 commits behind head on master.

Files Patch % Lines
lego/apps/lending/permissions.py 32.75% 39 Missing ⚠️
lego/apps/lending/serializers.py 57.69% 22 Missing ⚠️
lego/apps/forums/views.py 68.75% 20 Missing ⚠️
lego/apps/lending/managers.py 0.00% 18 Missing ⚠️
lego/apps/lending/views.py 65.21% 16 Missing ⚠️
lego/apps/forums/permissions.py 73.07% 14 Missing ⚠️
lego/apps/lending/notifications.py 0.00% 14 Missing ⚠️
lego/apps/lending/models.py 95.00% 2 Missing ⚠️
lego/apps/lending/validators.py 50.00% 2 Missing ⚠️
lego/apps/joblistings/views.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3501      +/-   ##
==========================================
+ Coverage   88.20%   88.73%   +0.53%     
==========================================
  Files         666      696      +30     
  Lines       21069    21726     +657     
==========================================
+ Hits        18584    19279     +695     
+ Misses       2485     2447      -38     

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