Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pay per request billing mode #83

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

borgstrom
Copy link
Contributor

@borgstrom borgstrom commented Oct 1, 2019

This PR continues on #72 to add PAY_PER_REQUEST billing mode support to our table objects.

FYI @mgwilliams

Checklist

  • Tests have been written to cover any new or updated functionality
  • All tests pass when running tox locally
  • The documentation in docs/ has been updated to cover any changes
  • The version in setup.py has been bumped to the next version -- follow semver!
  • Add an entry to CHANGELOG.rst has been added

Supersedes and closes #72

@codecov-io
Copy link

codecov-io commented Oct 1, 2019

Codecov Report

Merging #83 into master will decrease coverage by 0.34%.
The diff coverage is 84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
- Coverage   96.49%   96.14%   -0.35%     
==========================================
  Files          11       11              
  Lines         970      987      +17     
==========================================
+ Hits          936      949      +13     
- Misses         34       38       +4
Impacted Files Coverage Δ
dynamorm/exceptions.py 100% <100%> (ø) ⬆️
dynamorm/table.py 94.94% <83.33%> (-0.67%) ⬇️

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 feb4d91...6a753c5. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants