twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

Bind EC2 GetConsoleOutput #83

Closed exarkun closed 6 years ago

exarkun commented 7 years ago

Fixes #82

codecov[bot] commented 7 years ago

Codecov Report

Merging #83 into master will decrease coverage by 0.37%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
- Coverage   96.38%   96.01%   -0.38%     
==========================================
  Files          74       76       +2     
  Lines        8934     8655     -279     
  Branches      634      639       +5     
==========================================
- Hits         8611     8310     -301     
- Misses        202      214      +12     
- Partials      121      131      +10
Impacted Files Coverage Δ
txaws/ec2/client.py 96.3% <100%> (+0.09%) :arrow_up:
txaws/testing/ec2_tests.py 100% <100%> (ø)
txaws/ec2/model.py 100% <100%> (ø) :arrow_up:
txaws/testing/ec2.py 64.94% <100%> (+18.13%) :arrow_up:
txaws/testing/tests/test_ec2.py 100% <100%> (ø)
txaws/ec2/tests/test_client.py 99.45% <100%> (-0.15%) :arrow_down:
txaws/testing/payload.py 100% <100%> (ø) :arrow_up:
txaws/route53/client.py 87.5% <0%> (-12.5%) :arrow_down:
txaws/testing/integration.py 78.57% <0%> (-7.15%) :arrow_down:
txaws/service.py 87.61% <0%> (-6.67%) :arrow_down:
... and 8 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 836b7e5...727f72e. Read the comment docs.