quipucords / yupana

Service app to process & upload data from quipucords and satellite to the host based inventory
GNU General Public License v3.0
4 stars 14 forks source link

Add openapi spec #297

Closed abaiken closed 4 years ago

abaiken commented 4 years ago

Closes #292

  1. Start local development
  2. View http://127.0.0.1:8001/api/subscriptions/v1/openapi.json/
codecov-io commented 4 years ago

Codecov Report

Merging #297 into master will decrease coverage by <.01%. The diff coverage is 92.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   92.69%   92.69%   -0.01%     
==========================================
  Files          19       20       +1     
  Lines        1273     1300      +27     
  Branches      141      142       +1     
==========================================
+ Hits         1180     1205      +25     
- Misses         70       72       +2     
  Partials       23       23
Impacted Files Coverage Δ
yupana/api/views.py 100% <100%> (ø) :arrow_up:
yupana/api/openapi/view.py 92.3% <92.3%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2a1e537...60d284a. Read the comment docs.