jdiegodcp / ramlfications

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

Address issue with self.node artifacts ... #141

Closed econchick closed 7 years ago

econchick commented 7 years ago

And apparently merge a bunch of things I forgot to commit :-!

codecov-io commented 7 years ago

Codecov Report

Merging #141 into v0.2.0-dev will decrease coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##           v0.2.0-dev     #141      +/-   ##
==============================================
- Coverage       95.74%   95.61%   -0.13%     
==============================================
  Files              40       40              
  Lines            1950     1940      -10     
==============================================
- Hits             1867     1855      -12     
- Misses             83       85       +2
Impacted Files Coverage Δ
ramlfications/utils/common.py 94.61% <ø> (ø) :arrow_up:
ramlfications/config.py 100% <ø> (ø) :arrow_up:
ramlfications/parser/base.py 82% <100%> (-0.36%) :arrow_down:
ramlfications/__main__.py 85.71% <100%> (-2.53%) :arrow_down:
ramlfications/__init__.py 100% <100%> (ø) :arrow_up:
ramlfications/parser/parser.py 100% <100%> (ø) :arrow_up:
ramlfications/utils/__init__.py 94.48% <0%> (-0.79%) :arrow_down:

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 863fa3c...df19a71. Read the comment docs.