aubergine-developers / nadia

Small and lightweight library for creating marshmallow Schemas for objects defined in OpenAPI 3 specs.
MIT License
1 stars 0 forks source link

Correctly handle additionalProperties #13

Closed dexter2206 closed 5 years ago

dexter2206 commented 5 years ago

This is an ad-hoc fix for handling additionalProperties.

codecov-io commented 5 years ago

Codecov Report

Merging #13 into develop will decrease coverage by 0.09%. The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #13     +/-   ##
==========================================
- Coverage    67.36%   67.27%   -0.1%     
==========================================
  Files           18       18             
  Lines          383      385      +2     
==========================================
+ Hits           258      259      +1     
- Misses         125      126      +1
Impacted Files Coverage Δ
nadia/schema.py 42.85% <0%> (-7.15%) :arrow_down:
nadia/object.py 100% <100%> (ø) :arrow_up:

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 5ba20f7...cc231b0. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #13 into develop will decrease coverage by 0.09%. The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop      #13     +/-   ##
==========================================
- Coverage    67.36%   67.27%   -0.1%     
==========================================
  Files           18       18             
  Lines          383      385      +2     
==========================================
+ Hits           258      259      +1     
- Misses         125      126      +1
Impacted Files Coverage Δ
nadia/schema.py 42.85% <0%> (-7.15%) :arrow_down:
nadia/object.py 100% <100%> (ø) :arrow_up:

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 5ba20f7...cc231b0. Read the comment docs.