manheim / manheim-c7n-tools

Manheim's Cloud Custodian (c7n) wrapper package, policy generator, runner, and supporting tools.
https://manheim-c7n-tools.readthedocs.io/
Apache License 2.0
45 stars 25 forks source link

Update c7n and c7n-mailer versions, bump Python versions used for Travis tests #38

Closed jantman closed 4 years ago

jantman commented 4 years ago

Description

This PR updates our c7n and c7n-mailer versions to the latest releases, and also bumps TravisCI testing from py36/py37 to py37/py38.

Note that vendor/mugc.py has been copied directly from upstream.

Testing Done

codecov-io commented 4 years ago

Codecov Report

Merging #38 into master will increase coverage by 0.33%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   60.26%   60.60%   +0.33%     
==========================================
  Files           8        8              
  Lines        1281     1292      +11     
  Branches      239      241       +2     
==========================================
+ Hits          772      783      +11     
  Misses        509      509              
Impacted Files Coverage Δ
manheim_c7n_tools/runner.py 100.00% <100.00%> (ø)
manheim_c7n_tools/version.py 100.00% <100.00%> (ø)
manheim_c7n_tools/config.py 100.00% <0.00%> (ø)

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 fac9980...80304c6. Read the comment docs.