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 DynamoDBOptions.Limit and DynamoDBOptions.LastEvaluatedTableName #1945

Merged
merged 2 commits into from
Jul 22, 2023

Conversation

sungam3r
Copy link
Collaborator

fixes #670

@codecov-commenter
Copy link

Codecov Report

Merging #1945 (b3ef253) into master (46951f1) will decrease coverage by 0.04%.
The diff coverage is 14.28%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #1945      +/-   ##
==========================================
- Coverage   66.48%   66.44%   -0.04%     
==========================================
  Files         250      250              
  Lines        8616     8621       +5     
  Branches      609      610       +1     
==========================================
  Hits         5728     5728              
- Misses       2736     2741       +5     
  Partials      152      152              
Flag Coverage Δ
DynamoDb 12.19% <14.28%> (-0.39%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/HealthChecks.DynamoDb/DynamoDbHealthCheck.cs 11.11% <0.00%> (-1.02%) ⬇️
src/HealthChecks.DynamoDb/DynamoDbOptions.cs 50.00% <0.00%> (-25.00%) ⬇️
...yInjection/DynamoDbHealthCheckBuilderExtensions.cs 100.00% <100.00%> (ø)

@sungam3r sungam3r merged commit 238059a into master Jul 22, 2023
@sungam3r sungam3r deleted the options branch July 22, 2023 07:02
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check health of specific table in DynamoDB healthcheck
2 participants