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

feat: implement OpenAPI documentation (#162) #165

Merged
merged 15 commits into from
Jul 11, 2024

Conversation

holtgrewe
Copy link
Collaborator

No description provided.

@holtgrewe holtgrewe linked an issue Jul 11, 2024 that may be closed by this pull request
@holtgrewe holtgrewe enabled auto-merge (squash) July 11, 2024 05:25
@holtgrewe holtgrewe disabled auto-merge July 11, 2024 06:06
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

Attention: Patch coverage is 60.70039% with 101 lines in your changes missing coverage. Please review.

Project coverage is 68.56%. Comparing base (162a134) to head (3e6fa76).
Report is 4 commits behind head on main.

Files Patch % Lines
src/server/run/mod.rs 9.52% 76 Missing ⚠️
src/server/schema.rs 0.00% 15 Missing ⚠️
src/main.rs 0.00% 5 Missing ⚠️
src/server/run/hpo_genes.rs 98.18% 1 Missing ⚠️
src/server/run/hpo_omims.rs 97.87% 1 Missing ⚠️
src/server/run/hpo_sim/term_gene.rs 92.85% 1 Missing ⚠️
src/server/run/hpo_sim/term_term.rs 92.30% 1 Missing ⚠️
src/server/run/hpo_terms.rs 95.65% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
- Coverage   70.59%   68.56%   -2.03%     
==========================================
  Files          13       13              
  Lines         874      913      +39     
==========================================
+ Hits          617      626       +9     
- Misses        257      287      +30     

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

@holtgrewe holtgrewe merged commit b89fc26 into main Jul 11, 2024
8 of 10 checks passed
@holtgrewe holtgrewe deleted the 162-implement-openapi-documentation branch July 11, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement OpenAPI Documentation
1 participant