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

test(discovery): test individual public stats functions

f2dc0ec
Select commit
Loading
Failed to load commit list.
Merged

refact!: discovery module + revised overview endpoints #496

test(discovery): test individual public stats functions
f2dc0ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 11, 2024 in 0s

88.05% (+0.34%) compared to a1a7305

View this Pull Request on Codecov

88.05% (+0.34%) compared to a1a7305

Details

Codecov Report

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

Project coverage is 88.05%. Comparing base (a1a7305) to head (f2dc0ec).
Report is 19 commits behind head on develop.

❗ Current head f2dc0ec differs from pull request most recent head ef2d78a. Consider uploading reports for the commit ef2d78a 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 90.06% 7 Missing and 8 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.05%   +0.34%     
===========================================
  Files          116      127      +11     
  Lines         4467     4579     +112     
  Branches       672      674       +2     
===========================================
+ Hits          3918     4032     +114     
+ Misses         393      392       -1     
+ Partials       156      155       -1     

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