-
Notifications
You must be signed in to change notification settings - Fork 805
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
Added tests for common/blobstore/retryableClient.go #6111
Conversation
@@ -0,0 +1,156 @@ | |||
// The MIT License (MIT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's rename the files to snake_case as we touch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay! renaming.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted filessee 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Pull Request Test Coverage Report for Build 018fea1b-bc74-46bc-9a77-44b66204fb65Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 018fea42-4f79-4e0c-8d5e-77958ecfaeb2Details
💛 - Coveralls |
…#6111) * Added tests for common/blobstore/retryableClient.go * Added tests for common/blobstore/retryableClient.go * Added tests for common/blobstore/retryableClient.go * Renamed the files into snake case
What changed?
Added tests for the common/blobstore/retryableClient.go
Why?
code coverage
How did you test it?
Potential risks
Release notes
Documentation Changes