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

Add support for transactions - fixes #62 #64

Merged
merged 4 commits into from
Feb 7, 2019
Merged

Add support for transactions - fixes #62 #64

merged 4 commits into from
Feb 7, 2019

Conversation

SamVerschueren
Copy link
Owner

@SamVerschueren SamVerschueren commented Feb 6, 2019

This PR adds support for transactions.

  • Write transactions
  • Read transactions

@codecov-io
Copy link

codecov-io commented Feb 6, 2019

Codecov Report

Merging #64 into master will decrease coverage by 0.1%.
The diff coverage is 95.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
- Coverage   96.94%   96.84%   -0.11%     
==========================================
  Files          17       26       +9     
  Lines         425      538     +113     
  Branches       40       43       +3     
==========================================
+ Hits          412      521     +109     
  Misses          8        8              
- Partials        5        9       +4
Impacted Files Coverage Δ
src/lib/methods/list-tables.ts 86.66% <100%> (+8.09%) ⬆️
.../lib/methods/transactions/utils/condition-check.ts 100% <100%> (ø)
src/lib/methods/query.ts 96% <100%> (+0.54%) ⬆️
src/lib/methods/delete-item.ts 100% <100%> (ø) ⬆️
src/lib/methods/transactions/transact-method.ts 100% <100%> (ø)
src/lib/methods/update-item.ts 100% <100%> (ø) ⬆️
src/lib/methods/method.ts 100% <100%> (ø) ⬆️
...rc/lib/methods/transactions/read/transact-query.ts 100% <100%> (ø)
src/lib/dynamodb.ts 100% <100%> (ø) ⬆️
src/lib/methods/scan.ts 94.73% <100%> (+0.98%) ⬆️
... and 18 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 e3f2639...df9f825. Read the comment docs.

@SamVerschueren SamVerschueren merged commit 0f454fd into master Feb 7, 2019
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.

2 participants