Skip to content

Lazy schema references #68

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
Jul 28, 2018
Merged

Lazy schema references #68

merged 1 commit into from
Jul 28, 2018

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jul 28, 2018

Fixes #31

Schema references are now lazy objects. Properties generator uses schemas registry now.

@p1c2u p1c2u force-pushed the feature/lazy-schema-references branch from 8d143cc to 3ab55e4 Compare July 28, 2018 21:12
@codecov
Copy link

codecov bot commented Jul 28, 2018

Codecov Report

Merging #68 into master will increase coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #68     +/-   ##
=========================================
+ Coverage   98.51%   98.61%   +0.1%     
=========================================
  Files          52       52             
  Lines        1076     1086     +10     
=========================================
+ Hits         1060     1071     +11     
+ Misses         16       15      -1
Impacted Files Coverage Δ
openapi_core/schema/schemas/registries.py 100% <100%> (+7.69%) ⬆️
openapi_core/schema/properties/generators.py 100% <100%> (ø) ⬆️
openapi_core/schema/schemas/util.py 100% <100%> (ø) ⬆️
openapi_core/schema/schemas/factories.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 db37be8...3ab55e4. Read the comment docs.

@p1c2u p1c2u merged commit a2ee03f into master Jul 28, 2018
@p1c2u p1c2u deleted the feature/lazy-schema-references branch July 28, 2018 22:00
bjmc pushed a commit to bjmc/openapi-core that referenced this pull request Jun 12, 2019
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.

1 participant