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

Clear the environment first. Cleanups run in reverse add-order. #67

Closed exarkun closed 7 years ago

exarkun commented 7 years ago

Fixes #66

codecov[bot] commented 7 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.42%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   95.93%   96.36%   +0.42%     
==========================================
  Files          74       74              
  Lines        8881     8881              
  Branches      627      627              
==========================================
+ Hits         8520     8558      +38     
+ Misses        230      201      -29     
+ Partials      131      122       -9
Impacted Files Coverage Δ
txaws/ec2/tests/test_client.py 99.67% <100%> (ø) :arrow_up:
txaws/testing/route53_tests.py 100% <0%> (+0.65%) :arrow_up:
txaws/s3/client.py 94.89% <0%> (+0.8%) :arrow_up:
txaws/client/base.py 90.2% <0%> (+2.02%) :arrow_up:
txaws/client/ssl.py 75% <0%> (+3.75%) :arrow_up:
txaws/service.py 94.28% <0%> (+6.66%) :arrow_up:
txaws/testing/integration.py 85.71% <0%> (+7.14%) :arrow_up:
txaws/route53/client.py 100% <0%> (+12.5%) :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 7a248e9...e2a53ae. Read the comment docs.