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: remove restapi copies of utils moved to other locations

ec398ac
Select commit
Loading
Failed to load commit list.
Merged

refact!: discovery module + revised overview endpoints #496

refact: remove restapi copies of utils moved to other locations
ec398ac
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 9, 2024 in 0s

87.85% (+0.14%) compared to a1a7305

View this Pull Request on Codecov

87.85% (+0.14%) compared to a1a7305

Details

Codecov Report

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

Project coverage is 87.85%. Comparing base (a1a7305) to head (ec398ac).

❗ Current head ec398ac differs from pull request most recent head 0db4679. Consider uploading reports for the commit 0db4679 to get more accurate results

Files Patch % Lines
chord_metadata_service/phenopackets/utils.py 46.34% 20 Missing and 2 partials ⚠️
chord_metadata_service/discovery/fields.py 88.74% 8 Missing and 9 partials ⚠️
chord_metadata_service/discovery/stats.py 82.92% 5 Missing and 2 partials ⚠️
chord_metadata_service/discovery/censorship.py 78.94% 2 Missing and 2 partials ⚠️
chord_metadata_service/discovery/fields_utils.py 94.02% 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%   87.85%   +0.14%     
===========================================
  Files          116      127      +11     
  Lines         4467     4579     +112     
  Branches       672      674       +2     
===========================================
+ Hits          3918     4023     +105     
- Misses         393      398       +5     
- Partials       156      158       +2     

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