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

Accept and pass on a prefix value. #79

Closed exarkun closed 7 years ago

exarkun commented 7 years ago

Fixes #78

codecov[bot] commented 7 years ago

Codecov Report

Merging #79 into master will decrease coverage by 0.43%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
- Coverage   96.37%   95.93%   -0.44%     
==========================================
  Files          74       74              
  Lines        8910     8934      +24     
  Branches      630      634       +4     
==========================================
- Hits         8587     8571      -16     
- Misses        202      232      +30     
- Partials      121      131      +10
Impacted Files Coverage Δ
txaws/testing/s3_tests.py 100% <100%> (ø) :arrow_up:
txaws/testing/s3.py 89.36% <100%> (+0.47%) :arrow_up:
txaws/s3/client.py 94.11% <100%> (-0.78%) :arrow_down:
txaws/s3/tests/test_client.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:
txaws/client/ssl.py 71.25% <0%> (-3.75%) :arrow_down:
txaws/client/base.py 88.25% <0%> (-2.69%) :arrow_down:
... and 1 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 e64d2ec...2b6821f. Read the comment docs.