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

Support new remote swagger.io validator format #1371

Merged
merged 1 commit into from Oct 25, 2022

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented Oct 25, 2022

The remote swagger.io validator now returns an empty list of errors on success, rather than an empty JSON response, so this PR modifies the invoke task to account for this.

Closes #1370

- The swagger.io validator now returns an empty list of
errors on success, rather than an empty JSON response.
@ml-evs ml-evs added OpenAPI OpenAPI / Swagger related issue CI Continuous Integration - GitHub Actions issues (NOT related to the repository Action) labels Oct 25, 2022
@ml-evs ml-evs marked this pull request as ready for review October 25, 2022 15:54
@codecov
Copy link

codecov bot commented Oct 25, 2022

Codecov Report

Merging #1371 (1194cd2) into master (324df95) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1371   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files          72       72           
  Lines        4366     4366           
=======================================
  Hits         3993     3993           
  Misses        373      373           
Flag Coverage Δ
project 91.45% <ø> (ø)
validator 91.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ml-evs ml-evs merged commit 01cb55d into master Oct 25, 2022
@ml-evs ml-evs deleted the ml-evs/fix_swagger_task branch October 25, 2022 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration - GitHub Actions issues (NOT related to the repository Action) OpenAPI OpenAPI / Swagger related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote swagger validator has changed output format
1 participant