Skip to content

Improve error message when OpenAPI document fails validation #131

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

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

dbanty
Copy link
Collaborator

@dbanty dbanty commented Aug 5, 2020

closes #129

@codecov
Copy link

codecov bot commented Aug 5, 2020

Codecov Report

Merging #131 into main will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #131   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        40           
  Lines         1139      1149   +10     
=========================================
+ Hits          1139      1149   +10     
Impacted Files Coverage Δ
openapi_python_client/__init__.py 100.00% <100.00%> (ø)
openapi_python_client/parser/openapi.py 100.00% <100.00%> (ø)

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 15c2fd5...dd59e4c. Read the comment docs.

@dbanty dbanty force-pushed the better_invalid_schema_errors branch from 0d1f4b1 to dd59e4c Compare August 5, 2020 16:31
@dbanty dbanty merged commit 3cca302 into main Aug 5, 2020
@dbanty dbanty deleted the better_invalid_schema_errors branch August 5, 2020 16:37
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.

Nicer error on invalid document
1 participant