populationgenomics / metamist

Sample level metadata system
MIT License
1 stars 1 forks source link

Get OpenAPI Spec without spinning up server #868

Closed illusional closed 1 month ago

illusional commented 1 month ago

Great shout @dancoates .

This technically allows us to unbundle our 3.1 -> 3.0 OpenAPI schema version hack, and code has been set-up to support that, we basically just need to check that the Swagger pages (both FastAPI / node version) support 3.1 before doing this.

If you hide whitespace changes, this is mostly just deletes.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.49%. Comparing base (e2dd775) to head (8e145a5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #868 +/- ## ======================================= Coverage 80.49% 80.49% ======================================= Files 172 172 Lines 14540 14540 ======================================= Hits 11704 11704 Misses 2836 2836 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.