jdiegodcp / ramlfications

Python parser for RAML
https://ramlfications.readthedocs.org
Apache License 2.0
234 stars 50 forks source link

data type examples #143

Closed freddrake closed 7 years ago

freddrake commented 7 years ago
codecov-io commented 7 years ago

Codecov Report

Merging #143 into v0.2.0-dev will increase coverage by 0.16%. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##           v0.2.0-dev     #143      +/-   ##
==============================================
+ Coverage       95.61%   95.78%   +0.16%     
==============================================
  Files              40       42       +2     
  Lines            1940     2018      +78     
==============================================
+ Hits             1855     1933      +78     
  Misses             85       85
Impacted Files Coverage Δ
ramlfications/models/examples.py 100% <100%> (ø)
ramlfications/models/base.py 100% <100%> (ø) :arrow_up:
ramlfications/utils/types.py 93.18% <100%> (+0.32%) :arrow_up:
ramlfications/errors.py 100% <100%> (ø) :arrow_up:
ramlfications/utils/examples.py 100% <100%> (ø)
ramlfications/parser/parameters.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 1cc8e26...2861544. Read the comment docs.

freddrake commented 7 years ago

Ready for review again.

freddrake commented 7 years ago

Commits have been squashed.

sichvoge commented 7 years ago

Awesome! :)