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

drop python 2.7 and 3.6 builds and add python 3.8 build while unpinning dev requirements #40

Closed benbariteau closed 2 years ago

benbariteau commented 2 years ago

this fixes the build

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (0a10ea4) into master (13debf2) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 0a10ea4 differs from pull request most recent head e8baf5d. Consider uploading reports for the commit e8baf5d to get more accurate results

@@            Coverage Diff             @@
##            master       #40    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           60        63     +3     
  Lines         1898      2049   +151     
  Branches       121       176    +55     
==========================================
+ Hits          1898      2049   +151     
Impacted Files Coverage Δ
swagger_spec_compatibility/cli/__init__.py 100.00% <ø> (ø)
swagger_spec_compatibility/util.py 100.00% <ø> (ø)
docs/source/rules/examples/REQ-E004/tester.py 100.00% <100.00%> (ø)
swagger_spec_compatibility/cache.py 100.00% <100.00%> (ø)
swagger_spec_compatibility/cli/common.py 100.00% <100.00%> (ø)
swagger_spec_compatibility/rules/__init__.py 100.00% <100.00%> (ø)
...ty/rules/changed_additional_properties_to_false.py 100.00% <100.00%> (ø)
swagger_spec_compatibility/rules/common.py 100.00% <100.00%> (ø)
swagger_spec_compatibility/spec_utils.py 100.00% <100.00%> (ø)
swagger_spec_compatibility/walkers/__init__.py 100.00% <100.00%> (ø)
... and 23 more

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 0b4839d...e8baf5d. Read the comment docs.