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 retries to client for operations #33

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

tim-hm
Copy link
Collaborator

@tim-hm tim-hm commented Nov 5, 2024

No description provided.

@tim-hm tim-hm force-pushed the timhm/feat-add-retries-to-client branch from 6ed7666 to 15e0ec2 Compare November 5, 2024 17:28
Copy link

github-actions bot commented Nov 5, 2024

Coverage Report for ./client-vms

Status Category Percentage Covered / Total
🔵 Lines 89.65% 1967 / 2194
🔵 Statements 89.65% 1967 / 2194
🔵 Functions 83.53% 208 / 249
🔵 Branches 94.1% 351 / 373
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
client-vms/src/logger.ts 100% 100% 100% 100%
client-vms/src/util.ts 100% 100% 100% 100%
client-vms/src/payment/client.ts 100% 100% 100% 100%
client-vms/src/types/types.ts 100% 100% 100% 100%
client-vms/src/types/values-permissions.ts 65.67% 90.9% 40% 65.67% 36-37, 45-50, 53-55, 58-60, 63-65, 68-70, 73-75
client-vms/src/vm/operation/delete-values.ts 98.68% 100% 92.3% 98.68% 53
client-vms/src/vm/operation/invoke-compute.ts 93.46% 96.66% 88.23% 93.46% 75, 109-114, 187-189
client-vms/src/vm/operation/overwrite-permissions.ts 99.04% 100% 92.85% 99.04% 60
client-vms/src/vm/operation/query-pool-status.ts 98.43% 100% 91.66% 98.43% 44
client-vms/src/vm/operation/retrieve-compute-result.ts 94.94% 92.59% 92.3% 94.94% 60, 94-97
client-vms/src/vm/operation/retrieve-permissions.ts 98.96% 100% 92.85% 98.96% 59
client-vms/src/vm/operation/retrieve-values.ts 99.06% 100% 92.85% 99.06% 60
client-vms/src/vm/operation/retry-client.ts 77.96% 77.77% 100% 77.96% 21-32, 51-52
client-vms/src/vm/operation/store-program.ts 97.43% 100% 86.66% 97.43% 45-46, 67
client-vms/src/vm/operation/store-values.ts 91.21% 92.85% 83.33% 91.21% 90, 98-103, 181-183, 191-193
client-vms/src/vm/operation/update-permissions.ts 85.13% 100% 61.9% 85.13% 69, 152-154, 157-159, 162-164, 167-169, 172-174, 182-184, 187-189
Generated in workflow #32 for commit 15e0ec2 by the Vitest Coverage Report Action

@tim-hm tim-hm merged commit 9c02539 into main Nov 5, 2024
2 checks passed
@tim-hm tim-hm deleted the timhm/feat-add-retries-to-client branch November 5, 2024 18:58
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.

1 participant