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!: discovery module + revised overview endpoints #496

Merged
merged 26 commits into from
Apr 12, 2024

refact!(restapi): common format for /overview and /search_overview

3a0f715
Select commit
Loading
Failed to load commit list.
Merged

refact!: discovery module + revised overview endpoints #496

refact!(restapi): common format for /overview and /search_overview
3a0f715
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 0s

88.08% (+0.37%) compared to a1a7305

View this Pull Request on Codecov

88.08% (+0.37%) compared to a1a7305

Details

Codecov Report

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

Project coverage is 88.08%. Comparing base (a1a7305) to head (3a0f715).
Report is 21 commits behind head on develop.

Files Patch % Lines
chord_metadata_service/phenopackets/utils.py 51.16% 19 Missing and 2 partials ⚠️
chord_metadata_service/discovery/fields.py 90.97% 6 Missing and 7 partials ⚠️
chord_metadata_service/discovery/fields_utils.py 94.02% 2 Missing and 2 partials ⚠️
chord_metadata_service/discovery/stats.py 90.47% 2 Missing and 2 partials ⚠️
chord_metadata_service/discovery/api_views.py 97.01% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #496      +/-   ##
===========================================
+ Coverage    87.70%   88.08%   +0.37%     
===========================================
  Files          116      127      +11     
  Lines         4467     4566      +99     
  Branches       672      671       -1     
===========================================
+ Hits          3918     4022     +104     
+ Misses         393      390       -3     
+ Partials       156      154       -2     

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