Skip to content

STDIN spec support #75

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
May 21, 2019
Merged

STDIN spec support #75

merged 1 commit into from
May 21, 2019

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented May 20, 2019

Spec from standard input

Fixes #73

@p1c2u p1c2u changed the title STDIO spec support STDIN spec support May 20, 2019
@p1c2u p1c2u force-pushed the feature/stdin-spec-support branch 2 times, most recently from c53e08d to 9bfd84e Compare May 21, 2019 08:56
@codecov
Copy link

codecov bot commented May 21, 2019

Codecov Report

Merging #75 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   98.57%   98.64%   +0.06%     
==========================================
  Files          13       13              
  Lines         422      442      +20     
==========================================
+ Hits          416      436      +20     
  Misses          6        6
Impacted Files Coverage Δ
openapi_spec_validator/__main__.py 97.82% <100%> (+0.76%) ⬆️
openapi_spec_validator/handlers.py 100% <100%> (ø) ⬆️
openapi_spec_validator/__init__.py 100% <100%> (ø) ⬆️

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 827b49c...d92d785. Read the comment docs.

@p1c2u p1c2u force-pushed the feature/stdin-spec-support branch 2 times, most recently from a68e282 to ad25ceb Compare May 21, 2019 09:13
@p1c2u p1c2u force-pushed the feature/stdin-spec-support branch from ad25ceb to d92d785 Compare May 21, 2019 09:41
@p1c2u p1c2u merged commit cad811a into master May 21, 2019
@p1c2u p1c2u deleted the feature/stdin-spec-support branch May 21, 2019 09:55
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.

Support reading from STDIN
1 participant