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

Dev/required as a list #4

Closed magdanowak closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   93.61%   93.69%   +0.08%     
==========================================
  Files          14       14              
  Lines         235      238       +3     
==========================================
+ Hits          220      223       +3     
  Misses         15       15
Impacted Files Coverage Δ
nadia/exceptions.py 50% <ø> (ø) :arrow_up:
tests/test_common.py 100% <100%> (ø) :arrow_up:
nadia/object.py 100% <100%> (ø) :arrow_up:
nadia/array.py 100% <100%> (ø) :arrow_up:
tests/test_object.py 100% <100%> (ø) :arrow_up:
nadia/primitives.py 100% <100%> (ø) :arrow_up:
nadia/common.py 90% <100%> (ø) :arrow_up:
tests/test_array.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 af0689a...c183579. Read the comment docs.