python-openapi / openapi-spec-validator

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.
Apache License 2.0
337 stars 62 forks source link

Allow validate multiple files #255

Closed p1c2u closed 1 year ago

p1c2u commented 1 year ago

Fixes #250

codecov[bot] commented 1 year ago

Codecov Report

Merging #255 (d0489ec) into master (613c70a) will increase coverage by 0.08%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
+ Coverage   92.72%   92.80%   +0.08%     
==========================================
  Files          13       13              
  Lines         426      431       +5     
  Branches       66       67       +1     
==========================================
+ Hits          395      400       +5     
  Misses         21       21              
  Partials       10       10              
Files Changed Coverage Δ
openapi_spec_validator/__main__.py 88.88% <100.00%> (+0.95%) :arrow_up:
guglie commented 1 year ago

Thank you! Found same problem and went here to contribute a solution, found it was already solved! 🤩 When this will be released?