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 CLI interaction #11

Closed macisamuele closed 5 years ago

macisamuele commented 5 years ago

The goal of this change is to ensure that:

codecov[bot] commented 5 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          59     60    +1     
  Lines        1808   1851   +43     
  Branches      115    118    +3     
=====================================
+ Hits         1808   1851   +43
Impacted Files Coverage Δ
swagger_spec_compatibility/cli/run.py 100% <100%> (ø) :arrow_up:
swagger_spec_compatibility/cli/common.py 100% <100%> (ø) :arrow_up:
swagger_spec_compatibility/cli/__init__.py 100% <100%> (ø) :arrow_up:
swagger_spec_compatibility/cli/version.py 100% <100%> (ø)
tests/conftest.py 100% <100%> (ø) :arrow_up:
swagger_spec_compatibility/cli/explain.py 100% <100%> (ø) :arrow_up:
swagger_spec_compatibility/__main__.py 100% <100%> (ø) :arrow_up:
tests/__main___test.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 0cb2d56...4476140. Read the comment docs.