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

Additional Route53 record types #51

Closed exarkun closed 7 years ago

exarkun commented 7 years ago

Fixes #50

codecov[bot] commented 7 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   96.28%   96.35%   +0.06%     
==========================================
  Files          74       74              
  Lines        8726     8884     +158     
  Branches      610      626      +16     
==========================================
+ Hits         8402     8560     +158     
  Misses        202      202              
  Partials      122      122
Impacted Files Coverage Δ
txaws/route53/client.py 100% <ø> (ø) :arrow_up:
txaws/route53/tests/test_route53.py 98.55% <100%> (+0.63%) :arrow_up:
txaws/route53/model.py 100% <100%> (ø) :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 d6c9981...f2e600f. Read the comment docs.

froztbyte commented 7 years ago

One remaining adjustment, +1 to merge otherwise (can approve after)