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

refact!: define a "scopeable model" base class + modelviewset scoping #536

Draft
wants to merge 42 commits into
base: develop
Choose a base branch
from

test: individuals list scoping

bfac5fb
Select commit
Loading
Failed to load commit list.
Draft

refact!: define a "scopeable model" base class + modelviewset scoping #536

test: individuals list scoping
bfac5fb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

92.73% (+0.68%) compared to 9f12712

View this Pull Request on Codecov

92.73% (+0.68%) compared to 9f12712

Details

Codecov Report

Attention: Patch coverage is 94.85714% with 27 lines in your changes missing coverage. Please review.

Project coverage is 92.73%. Comparing base (9f12712) to head (bfac5fb).

Files with missing lines Patch % Lines
chord_metadata_service/chord/ingest/views.py 82.05% 5 Missing and 2 partials ⚠️
chord_metadata_service/restapi/api_renderers.py 82.92% 5 Missing and 2 partials ⚠️
chord_metadata_service/authz/viewset.py 88.57% 2 Missing and 2 partials ⚠️
chord_metadata_service/chord/export/views.py 78.94% 2 Missing and 2 partials ⚠️
chord_metadata_service/authz/permissions.py 83.33% 1 Missing and 1 partial ⚠️
chord_metadata_service/chord/export/cbioportal.py 92.85% 0 Missing and 1 partial ⚠️
chord_metadata_service/experiments/models.py 90.00% 1 Missing ⚠️
chord_metadata_service/phenopackets/models.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #536      +/-   ##
===========================================
+ Coverage    92.04%   92.73%   +0.68%     
===========================================
  Files          115      117       +2     
  Lines         4237     4388     +151     
  Branches       376      383       +7     
===========================================
+ Hits          3900     4069     +169     
+ Misses         249      228      -21     
- Partials        88       91       +3     

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