Yelp / swagger-spec-compatibility

Python library to check Swagger Spec backward compatibility
https://swagger-spec-compatibility.readthedocs.org
Apache License 2.0
20 stars 8 forks source link

Update travis file to address warnings #29

Closed macisamuele closed 4 years ago

macisamuele commented 4 years ago

While running travis there are few warnings that are present due to the present of deprecated attributes and/or usage of attributes with no effect.

This PR targets the resolution of such reporting.

An example of the reporting is available here.

codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #29   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          60     60           
  Lines        1898   1898           
  Branches      121    121           
=====================================
  Hits         1898   1898

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 dbe71f1...c8bad1f. Read the comment docs.