jdiegodcp / ramlfications

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

Python 2.6 & pycodestyle fix #149

Open jayvdb opened 7 years ago

jayvdb commented 7 years ago

You can see the Python 2.6 build errors on https://github.com/spotify/ramlfications/pull/150 . And on all builds, you can see it is installing attrs 17, not attrs 15 as pinned in requirements.txt

codecov-io commented 7 years ago

Codecov Report

Merging #149 into master will decrease coverage by 0.3%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
- Coverage   96.88%   96.57%   -0.31%     
==========================================
  Files          14       14              
  Lines        1635     1635              
==========================================
- Hits         1584     1579       -5     
- Misses         51       56       +5
Impacted Files Coverage Δ
ramlfications/config.py 100% <ø> (ø) :arrow_up:
ramlfications/utils.py 91.89% <0%> (-1.27%) :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 32a11cd...2944fae. Read the comment docs.